www.the-crossword-solver.com Open in urlscan Pro
5.161.23.220  Public Scan

URL: https://www.the-crossword-solver.com/word/blunt
Submission: On January 24 via api from PL — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://www.the-crossword-solver.com/search

<form id="searchform" x-data="{ showSearch: 'default' }" @submit="gtag('event', showSearch, {'event_category': 'search_started', 'non_interaction': true})" method="post" action="https://www.the-crossword-solver.com/search"
  class="bg-thecws-brown p-4 text-center rounded-b-xl sm:rounded-xl drop-shadow-xl overflow-hidden">
  <!-- Default Search -->
  <div class="flex flex-wrap justify-center w-full gap-2" x-show="showSearch === 'default'">
    <input type="hidden" name="_token" value="DCxBpkGSeuD1C2jY0fByCeG6mHVeN9CmN4pjmiRf"> <label for="text" class="relative focus-within:shadow-xl flex-1">
      <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 absolute top-1/2 left-[6px] transform -translate-y-1/2 stroke-slate-400 hidden sm:block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
        <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
      </svg>
      <input class="pr-9 pl-3 sm:pl-9 py-3
                                w-full basis-full sm:basis-auto
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="Search Crossword Solver..." name="query" value="" x-ref="searchInput">
      <div @click="$refs.searchInput.value = ''" class="cursor-pointer absolute top-1/2 right-[6px] p-1 transform -translate-y-1/2 group">
        <svg class="w-6 h-6 stroke-slate-600 group-hover:stroke-slate-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
        </svg>
      </div>
    </label>
    <button class="btn-primary py-2 basis-auto sm:basis-1/3" type="submit">Search </button>
  </div>
  <!-- Search by length -->
  <div id="search-by-length" class="flex flex-wrap w-full gap-2 items-start" x-data="{ selectedCount: 15 }" x-show="showSearch === 'byLength'" style="display: none;">
    <input type="hidden" name="_token" value="DCxBpkGSeuD1C2jY0fByCeG6mHVeN9CmN4pjmiRf">
    <div class="select-wrapper relative basis-auto order-2 lg:order-none">
      <select name="lettercount" x-model.number="selectedCount" class="select-length">
        <option :value="14" x-text="15" value="14">15</option>
        <template x-for="(i, index) in 15" :key="index">
          <option :value="index" x-text="index+1"></option>
        </template>
        <option :value="index" x-text="index+1" value="0">1</option>
        <option :value="index" x-text="index+1" value="1">2</option>
        <option :value="index" x-text="index+1" value="2">3</option>
        <option :value="index" x-text="index+1" value="3">4</option>
        <option :value="index" x-text="index+1" value="4">5</option>
        <option :value="index" x-text="index+1" value="5">6</option>
        <option :value="index" x-text="index+1" value="6">7</option>
        <option :value="index" x-text="index+1" value="7">8</option>
        <option :value="index" x-text="index+1" value="8">9</option>
        <option :value="index" x-text="index+1" value="9">10</option>
        <option :value="index" x-text="index+1" value="10">11</option>
        <option :value="index" x-text="index+1" value="11">12</option>
        <option :value="index" x-text="index+1" value="12">13</option>
        <option :value="index" x-text="index+1" value="13">14</option>
        <option :value="index" x-text="index+1" value="14">15</option>
      </select>
    </div>
    <div class="flex flex-1 gap-2 flex-wrap order-1 lg:order-none basis-full lg:basis-auto" x-data="{ userInput: null }">
      <template x-for="(n, index) in selectedCount+1" :key="index">
        <input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
          x-ref="searchInputLetter">
      </template><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="0"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="1"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="2"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="3"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="4"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="5"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="6"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="7"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="8"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="9"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="10"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="11"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="12"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="13"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="14"><input class="py-3
                                bylength
                                text-center w-[42px]
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="?" name="querylength[]" size="1" :id="index" maxlength="1" @input="focusNextElement(index)" @keyup.backspace="focusPreviousElement(index)" autocomplete="off"
        x-ref="searchInputLetter" id="15">
    </div>
    <button class="btn-primary py-3 flex-1 sm:ml-auto order-3 lg:order-none" type="submit">Search </button>
  </div>
  <!-- Missing Links -->
  <div class="flex flex-wrap justify-center w-full gap-2" x-show="showSearch === 'missingLinks'" style="display: none;">
    <input type="hidden" name="_token" value="DCxBpkGSeuD1C2jY0fByCeG6mHVeN9CmN4pjmiRf"> <label for="text" class="relative focus-within:shadow-xl flex-1 basis-1/2 sm:basis-auto">
      <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 absolute top-1/2 left-[6px] transform -translate-y-1/2 stroke-slate-400 hidden sm:block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
        <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
      </svg>
      <input class="pr-9 pl-3 sm:pl-9 py-3
                                w-full
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="First Word..." name="query-missing-link-first" value="" x-ref="searchInputMissingLinkFirst">
      <div @click="$refs.searchInputMissingLinkFirst.value = ''" class="cursor-pointer absolute top-1/2 right-[6px] p-1 transform -translate-y-1/2 group">
        <svg class="w-6 h-6 stroke-slate-600 group-hover:stroke-slate-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
        </svg>
      </div>
    </label>
    <label for="text" class="relative focus-within:shadow-xl flex-1 basis-1/2 sm:basis-auto">
      <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 absolute top-1/2 left-[6px] transform -translate-y-1/2 stroke-slate-400 hidden sm:block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
        <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
      </svg>
      <input class="pr-9 pl-3 sm:pl-9 py-3
                                w-full
                                shadow-md rounded-md
                                transition
                                focus:outline focus:outline-tcws-primary-400 focus:outline-2
                                text-tcws-font" type="text" placeholder="Second Word..." name="query-missing-link-second" value="" x-ref="searchInputMissingLinkSecond">
      <div @click="$refs.searchInputMissingLinkSecond.value = ''" class="cursor-pointer absolute top-1/2 right-[6px] p-1 transform -translate-y-1/2 group">
        <svg class="w-6 h-6 stroke-slate-600 group-hover:stroke-slate-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
        </svg>
      </div>
    </label>
    <button class="btn-primary py-2 basis-full sm:basis-auto flex-1" type="submit">Search </button>
  </div>
  <div class="hidden sm:block text-tcws-font text-xs mt-2" x-show="showSearch === 'default'"> Search for a clue, word or if you have missing letters use a <span class="font-bold">question mark (?)</span> or <span class="font-bold">dot (.)</span> in
    place of any letters you don't know (e.g. "cr???wo?d") </div>
  <div class="flex-wrap justify-between -mb-4 -mx-4 text-xs font-bold border-t border-white/60 mt-1 bg-white/20 hidden sm:flex">
    <button @click="showSearch = 'default'; document.getElementById('searchform').action = 'https://www.the-crossword-solver.com/search'" type="button" :class="showSearch === 'default' ? 'opacity-100 bg-thecws-brown' : 'opacity-60'"
      class="p-1 grow basis-1 font-bold text-tcws-secondary hover:underline hover:opacity-100 opacity-100 bg-thecws-brown">Search Crossword Solver </button>
    <button @click="showSearch = 'byLength'; document.getElementById('searchform').action = 'https://www.the-crossword-solver.com/search'" type="button" :class="showSearch === 'byLength' ? 'opacity-100 bg-thecws-brown' : 'opacity-60'"
      class="p-1 grow basis-1 font-bold text-tcws-secondary hover:underline hover:opacity-100 opacity-60">Search by length </button>
    <button @click="showSearch = 'missingLinks'; document.getElementById('searchform').action = 'https://www.the-crossword-solver.com/missing'" type="button" :class="showSearch === 'missingLinks' ? 'opacity-100 bg-thecws-brown' : 'opacity-60'"
      class="p-1 grow basis-1 font-bold text-tcws-secondary hover:underline hover:opacity-100 opacity-60">Check for Missing links </button>
  </div>
  <div class="flex-wrap justify-between -mb-4 -mx-4 text-xs font-bold border-t border-white/60 mt-1 bg-white/20 flex sm:hidden" x-data="{ showSubMenu: 0 }">
    <button x-show="showSubMenu" x-transition="" @click="showSearch = 'default'; document.getElementById('searchform').action = 'https://www.the-crossword-solver.com/search'; showSubMenu = !showSubMenu" type="button"
      :class="showSearch === 'default' ? 'opacity-100 bg-thecws-brown' : 'opacity-60'" class="py-4 basis-full font-bold text-tcws-secondary hover:underline hover:opacity-100 opacity-100 bg-thecws-brown" style="display: none;">Search Crossword Solver
    </button>
    <button x-show="showSubMenu" x-transition="" @click="showSearch = 'byLength'; document.getElementById('searchform').action = 'https://www.the-crossword-solver.com/search'; showSubMenu = !showSubMenu" type="button"
      :class="showSearch === 'byLength' ? 'opacity-100 bg-thecws-brown' : 'opacity-60'" class="py-4 basis-full font-bold text-tcws-secondary hover:underline hover:opacity-100 opacity-60" style="display: none;">Search by length </button>
    <button x-show="showSubMenu" x-transition="" @click="showSearch = 'missingLinks'; document.getElementById('searchform').action = 'https://www.the-crossword-solver.com/missing'; showSubMenu = !showSubMenu" type="button"
      :class="showSearch === 'missingLinks' ? 'opacity-100 bg-thecws-brown' : 'opacity-60'" class="py-4 basis-full font-bold text-tcws-secondary hover:underline hover:opacity-100 opacity-60" style="display: none;">Check for Missing links </button>
    <button type="button" @click="showSubMenu = !showSubMenu" class="basis-full bg-tcws-secondary text-white justify-center flex sm:hidden">
      <svg x-show="!showSubMenu" class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path>
      </svg>
      <svg x-show="showSubMenu" class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="display: none;">
        <path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path>
      </svg>
    </button>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
MORE OPTIONSAGREE
Crossword Solver Anagram Solver Wordle Solver Newspaper Crosswords
Crossword Solver Anagram Solver Wordle Solver Newspaper Crosswords

Search
15 123456789101112131415

Search

Search
Search for a clue, word or if you have missing letters use a question mark (?)
or dot (.) in place of any letters you don't know (e.g. "cr???wo?d")
Search Crossword Solver Search by length Check for Missing links
Search Crossword Solver Search by length Check for Missing links


BLUNT CROSSWORD CLUE & ANSWER

'BLUNT' is a 5 letter Word starting with B and ending with T


ALL SOLUTIONS FOR BLUNT

Clue Answer

--------------------------------------------------------------------------------

BLUNT (4)
DULL
BLUNT (5)
TERSE
BLUNT (6)
OBTUSE
BLUNT (7)
BRUSQUE

Clue Answer

--------------------------------------------------------------------------------

Not sharp (5)
BLUNT
Having a dull edge (5) Lacking sharpness (5) To the point ... or not pointed (5)
Needing sharpening (5) Frank - Soviet spy, d. 1983 (5) Lacking a sharp edge (5)
Obtuse; forthright (5) Painfully forthright (5) Show 5 more hide




SYNONYMS, CROSSWORD ANSWERS AND OTHER RELATED WORDS FOR BLUNT

We hope that the following list of synonyms for the word BLUNT will help you to
finish your crossword today. We've arranged the synonyms in length order so that
they are easier to find.


BLUNT 2 LETTER WORDS

ko


BLUNT 3 LETTER WORDS

dim icy lay sap


BLUNT 4 LETTER WORDS

bate blur buck cold cool curt damp dope drug dull dibs free fair flat gelt gilt
hard halt jack kayo mull numb open rude slow stun snub tame turn true wean worn
epee


BLUNT 5 LETTER WORDS

abate allay besot bluff brash brass bread brief broad chill chips cramp crude
deter dopey dough frank green gruel gruff harsh heavy money naive naked palsy
plain plump repel rough round right shake sharp short sober stark sugar surly
terse unman exact quite



BLUNT 6 LETTER WORDS

abrupt arctic bedaze benumb boodle candid chilly crusty dampen deaden dinero
direct divert do-re-mi dulled efface faired freeze frigid frosty frozen grease
ingenu lay low lay out lenify lessen moolah needle obtund obtuse put off quench
rattle reduce retund severe simple snippy soften soothe stifle stolid subdue
temper unwary wampum weaken wooden harden honest


BLUNT 7 LETTER WORDS

artless assuage bearish beastly blunted brusque cabbage chasten crabbed cripple
correct deflect disable disedge drugged dullish exhaust earnest express frosted
factual genuine lighten literal mollify obscure repress rounded shake up silence
sincere slacken smother stupefy turn off unbrace uncivil unedged unnerve unsharp
upright precise


BLUNT 8 LETTER WORDS

attemper autistic accurate bluntish cavalier churlish coldcock diminish distract
downplay edgeless enervate enfeeble etherize explicit fleeting free hand
freehand hebetate impolite innocent knock out mitigate moderate modulate
ointment palliate paralyse paralyze play down restrain reliable slow down
sluggish smoothed snippety soften up soulless straight succinct suppress
specific tactless tone down trustful trusting tune down turn away turn from
truthful unloving unstring wean from virtuous


BLUNT 9 LETTER WORDS

alleviate attenuate assertive authentic barefaced catatonic childlike confiding
constrain dim-witted disaffect downright dull-edged dull-pated extenuate
fat-witted free-going guileless heartless immovable impassive indispose
ingenuous narcotize objective outspoken pointless sober down truculent turn
aside unchecked undermine underplay unfeeling unguarded unpointed unfailing
righteous veracious veridical


BLUNT 10 LETTER WORDS

affectless aggressive aboveboard blunt-edged blunt-ended chloroform debilitate
devitalize discourage disincline dull of mind dull-headed dull-witted eviscerate
forthright free-acting free-moving free-spoken freehanded impassible indelicate
insensible knock stiff out of touch point-blank put to sleep slow-witted
spiritless thick-pated to the point ungracious unreserved unperjured honourable


BLUNT 11 LETTER WORDS

anesthetize bank the fire blunt-witted cold-blooded coldhearted de-emphasize
desensitise desensitize disinterest dull-pointed descriptive emotionless
free-tongued gross-headed inexcitable insensitive open-hearted openhearted
passionless plain-spoken straight-out thick-headed thick-witted thickheaded
thoughtless transparent trustworthy unemotional unequivocal unsharpened
untouchable


BLUNT 12 LETTER WORDS

anesthetized blunt-pointed disagreeable discourteous draw the teeth frankhearted
free-speaking heart-to-heart hebetudinous nonemotional self-absorbed
simpleminded single-minded thick-brained thickskulled undiplomatic unpassionate
unresponding unresponsive unrestrained unstrengthen unsuspicious


BLUNT 13 LETTER WORDS

anaesthetised born yesterday cold as charity dispassionate inconsiderate
insusceptible simplehearted single-hearted unceremonious uncomplicated
unconstrained unimpassioned unsusceptible unsympathetic


BLUNT 14 LETTER WORDS

knock senseless take the edge off unaffectionate uncompromising


BLUNT 15 LETTER WORDS

emotionally dead straightforward unsophisticated


BLUNT 16 LETTER WORDS

keep within bounds knock unconscious unimpressionable


BLUNT 20 LETTER WORDS

reduce the temperature


TOP ANSWERS FOR BLUNT CROSSWORD CLUE FROM NEWSPAPERS

OBTUSE
The Times Concise
13.02.2022
BRUSQUE
The Telegraph Quick
13.09.2020
TERSE
Jonesin'
18.06.2019
DULL
Universal
07.03.2019


DEFINITION OF BLUNT

 * characterized by directness in manner or speech; without subtlety or evasion;
   "blunt talking and straight shooting"; "a blunt New England farmer"; "I gave
   them my candid opinion"; "forthright criticism"; "a forthright approach to
   the problem"; "tell me what you think--and you may just as well be frank";
   "it is possible to be outspoken without being rude"; "plainspoken and to the
   point"; "a point-blank accusation"; devoid of any qualifications or disguise
   or adornment; "the blunt truth"; "the crude facts"; "facing the stark reality
   of the deadline"; having a broad or rounded end; "thick marks made by a blunt
   pencil"; make less intense; "blunted emotions"; make less sharp; "blunt the
   knives"; used of a knife or other blade; not sharp; "a blunt instrument"

Thanks for visiting The Crossword Solver "BLUNT".

We've listed any clues from our database that match your search for "BLUNT".
There will also be a list of synonyms for your answer. The synonyms and answers
have been arranged depending on the number of characters so that they're easy to
find.

If a particular answer is generating a lot of interest on the site today, it may
be highlighted in orange.

If your word "BLUNT" has any anagrams, you can find them with our anagram solver
or at this site.

We hope that you find the site useful.

Regards, The Crossword Solver Team


MORE CLUES YOU MIGHT BE INTERESTED IN

 1.  jockey's shirt and cap
 2.  study hard
 3.  conversation
 4.  branch of maths
 5.  adobe file format
 6.  renting
 7.  hold fast
 8.  racing sled
 9.  tallied
 10. headstrong
 11. total possessions
 12. mountain peak
 13. prerequisite
 14. striped agate
 15. betrayers
 16. rations
 17. large perennial plant
 18. invoke
 19. ancient
 20. tangle up
 21. clasp another person in arms
 22. skilfully
 23. Christian
 24. transfer in stages
 25. collapsible canopy
 26. eye covering
 27. enatic
 28. bovine animal
 29. blue-eyed felines
 30. saucily


SCORE FOR BLUNT

BLUNT is an official word in Scrabble with 7 points.




 * Home
 * Twitter
 * Legal Notice
 * Missing Link
 * Privacy
 * Made with love from Mark & Crosswordsolver.com

 * A
 * B
 * C
 * D
 * E
 * F
 * G
 * H
 * I
 * J
 * K
 * L
 * M
 * N
 * O
 * P

 * Q
 * R
 * S
 * T
 * U
 * V
 * W
 * X
 * Y
 * Z
 * 0
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9