{% extends "base.html" %} {% block title %}Strong's Concordance - KJV Study{% endblock %} {% block description %}Search Strong's Exhaustive Concordance. Look up Hebrew and Greek word definitions, etymology, and KJV usage.{% endblock %} {% block head %} {% endblock %} {% block content %}

Strong's Concordance

Hebrew & Greek Word Definitions

{% if query %}

{{ results|length }} result{% if results|length != 1 %}s{% endif %} for "{{ query }}"

{% if results %}
{% for result in results %}
{{ result.strongs }} {{ result.word }} {{ result.language }}

{{ result.definition }}

{% if result.kjv_usage %}

KJV: {{ result.kjv_usage }}

{% endif %}
{% endfor %}
{% else %}

No results found for "{{ query }}".

{% endif %} {% else %}

Browse All Entries

Hebrew OT
8,674 entries (H1–H8674)
אָב אֱלֹהִים שָׁלוֹם
Greek NT
5,523 entries (G1–G5624)
ἀγάπη πίστις χάρις

Quick Lookup - Common Words

{% endif %} {% endblock %}