Definitions of zenith - OneLook

We found 54 dictionaries that include the word zenith:

General dictionaries General (31 matching dictionaries)

  1. zenith: Merriam-Webster.com [home, info]
  2. zenith: Oxford Learner's Dictionaries [home, info]
  3. zenith: American Heritage Dictionary of the English Language [home, info]
  4. zenith: Collins English Dictionary [home, info]
  5. zenith: Vocabulary.com [home, info]
  6. Zenith, zenith: Wordnik [home, info]
  7. zenith: Cambridge Advanced Learner's Dictionary [home, info]
  8. zenith: Wiktionary [home, info]
  9. zenith: Webster's New World College Dictionary, 4th Ed. [home, info]
  10. zenith: V2 Vocabulary Building Dictionary [home, info]
  11. zenith: The Wordsmyth English Dictionary-Thesaurus [home, info]
  12. zenith: Infoplease Dictionary [home, info]
  13. zenith: Dictionary.com [home, info]
  14. zenith: Cambridge Dictionary of American English [home, info]
  15. Zenith (Alfie Arcuri album), Zenith (Grayskul album), Zenith (building), Zenith (comic), Zenith (comics), Zenith (disambiguation), Zenith (film), Zenith (magazine), Zenith (watchmaker), Zenith: Wikipedia, the Free Encyclopedia [home, info]
  16. Zenith: Online Plain Text English Dictionary [home, info]
  17. zenith: Webster's Revised Unabridged, 1913 Edition [home, info]
  18. zenith: Rhymezone [home, info]
  19. Zenith: AllWords.com Multi-Lingual Dictionary [home, info]
  20. zenith: Webster's 1828 Dictionary [home, info]
  21. Zenith: Stammtisch Beau Fleuve Acronyms [home, info]
  22. Zenith: 1911 edition of the Encyclopedia Britannica [home, info]
  23. zenith: Free Dictionary [home, info]
  24. zenith: Mnemonic Dictionary [home, info]
  25. zenith: WordNet 1.7 Vocabulary Helper [home, info]
  26. zenith: LookWAYup Translating Dictionary/Thesaurus [home, info]
  27. zenith: Dictionary/thesaurus [home, info]
  28. zenith: Online Etymology Dictionary [home, info]
  29. zenith: UltraLingua English Dictionary [home, info]

Business dictionaries Business (2 matching dictionaries)
  1. zenith: Travel Industry Dictionary [home, info]
  2. zenith: Legal dictionary [home, info]

Computing dictionaries Computing (1 matching dictionary)
  1. zenith: Encyclopedia [home, info]

Medicine dictionaries Medicine (2 matching dictionaries)
  1. zenith: online medical dictionary [home, info]
  2. Zenith: Medical dictionary [home, info]

Miscellaneous dictionaries Miscellaneous (5 matching dictionaries)
  1. Zenith: Brilliant Dream Dictionary [home, info]
  2. ZENITH: Masonic Dictionary [home, info]
  3. zenith: A Word A Day [home, info]
  4. zenith: Idioms [home, info]
  5. Zenith: A Dictionary Of WitchCraft [home, info]

Science dictionaries Science (6 matching dictionaries)
  1. Zenith: Eric Weisstein's World of Astronomy [home, info]
  2. Zenith: Eric Weisstein's World of Mathematics [home, info]
  3. zenith: Mars Glossary [home, info]
  4. Zenith: Extragalactic Astronomy [home, info]
  5. ZENITH: Weather Glossary [home, info]
  6. ZENITH: Zoom Astronomy Glossary [home, info]

Slang dictionaries Slang (1 matching dictionary)
  1. ZeNiTH: Urban Dictionary [home, info]

Tech dictionaries Tech (6 matching dictionaries)
  1. Zenith: Basics of Space Flight Glossary [home, info]
  2. zenith: Glossary of Meteorology [home, info]
  3. zenith: JPL Terms [home, info]
  4. zenith: Rane Professional Audio Reference [home, info]
  5. Zenith: Sweetwater Music [home, info]
  6. Zenith: Latitude Mexico [home, info]

(Note: See zeniths as well.)
noun:  (astronomy) The point in the sky vertically above a given position or observer; the point in the celestial sphere opposite the nadir.
noun:  (astronomy) The highest point in the sky reached by a celestial body.
noun:  (by extension) Highest point or state; peak.apogee, nadir, pinnacle, apex, apotheosis, peak, acme, highpoint, pinacle, eminence, more...

nadir's opposite,  celestial angles,  golden moment,  heaven meridian,  peak of fame



'; out_str += html_str; matches = matches + 1; } } sn = document.getElementById("snippets"); sn.innerHTML = out_str; return matches; } function updateCurrentSnippet(i) { if (i >= rz_snippets.length) { return; } x = rz_snippets[i]; if (rz_snippets.length > 1) { reload_str = ''; } else { reload_str = ''; if (found_featured) { from_str += ""; } more_str = ""; if (rz_snippets.length > 1) { var plusstr = (rz_snippets.length >= 100) ? "+" : ""; var targetWord = getTargetFromRequest("Word"); if (targetWord === "") { // targetWord = getTargetFromRequest("d"); targetWord = getTargetFromRequest("w"); } if (referrer_target && move_snippet_to_top) { var trig = getTargetFromReferrer(); more_str += 'All ' + targetWord + ' verses'; } else { total_str = '' + rz_snippets.length.toString() + plusstr + ' verses'; more_str += '
' + (i+1).toString() + ' of ' + total_str + ''; } } html_str = reload_str + from_str + '
' + '
' + x["snippet"] + '
'; if (more_str != "") html_str += "
" + more_str + "
"; sn = document.getElementById("snippets"); sn.innerHTML = html_str; if (move_snippet_to_top) { document.getElementById("snippets_top").innerHTML = "
" + document.getElementById("snippets_mid").innerHTML + "

"; move_snippet_to_top = false; } current_snippet = i; } var current_snippet = 0; function randSnippet() { if (rz_snippets.length > 0) { current_snippet = (current_snippet + 1) % rz_snippets.length; updateCurrentSnippet(current_snippet); } } function getTargetFromReferrer() { var query = document.referrer; var vars = query.split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); var name = decodeURIComponent(pair[0]); if (name.indexOf("Word", name.length - 4) !== -1) { return decodeURIComponent(pair[1]); } } return ""; } function getTargetFromRequest(paramKey) { var vars = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); var name = decodeURIComponent(pair[0]); if (name.indexOf(paramKey, name.length - 5) !== -1) { // huh!? return decodeURIComponent(pair[1]); } } return ""; } if (show_all_snippets) { organizeSnippets(); if (matchCounts.length > 1 && rz_snippets.length > 4) { outputHeader(); } var target = getTargetFromRequest("mWord"); if (target == "") { showAllSnippets("All", "All"); } else { target = norm(target); var matches = showAllSnippets(target, "All"); if (matches == 0) { showAllSnippets("All", "All"); } else { updateSel = true; $('#selrhy').val(target); $('#selrhy').selectmenu("refresh"); updateSel = false; } } } else { var target = getTargetFromReferrer(); current_snippet = -1; if (target !== "" && target !== getTargetFromRequest("Word")) { referrer_target = true; target = target.toLowerCase(); rz_snippets.sort(function(a, b) { if (a==b) return 0; var q1=((a["t"]===target)?3:((a["m"]===target)?2:1)); var q2=((b["t"]===target)?3:((b["m"]===target)?2:1)); return q2-q1; }); referrer_target_match_count = 0; for (var i=0; i 0) { move_snippet_to_top = true; } } if (!move_snippet_to_top) { // prioritize artist of the day for (var i = 0; i < rz_snippets.length; i++) { x = rz_snippets[i]; if (x["title"] && x["title"].includes("Sweeney")) { current_snippet = i-1; found_featured = true; break; } } } randSnippet(); }
Word origin

Words similar to zenith


Usage examples for zenith

Idioms related to zenith


Civic discussion about zenith (New!)

Popular adjectives describing zenith


Words that often appear near zenith
Rhymes of zenith

Invented words related to zenith


You Might Also Like