Tool to find/generate isograms words. An isogram is a word (existing or not) that contain repeated letters, all the same number of times.
Isogram - dCode
Tag(s) : Word Search, Fun/Miscellaneous
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Definition: An isogram is a word that contains repeated letters the same number of times, thus that presents letters the same number of times.
Example: WORD is an isogram (it contains one W, one O, one R and one D)
Example: DODO is an isogram (it contains two D and two O, all the letters are repeated once and therefore present twice)
Example: DCODE is not an isogram (it contains two D)
Example: ISOGRAM is an isogram (in self-reference)
A heterogram is a word that contains no repeated letter. All heterograms are isograms but only isograms with no repeated letters are heterograms.
The english dictionary has isogramic words up to 16 letters: UNCOPYRIGHTABLES, HYDROPNEUMATICS (15), etc.
Google uses a Javascript function for its Analytics application, which uses the letters I,S,O,G,R,A,M
Example: function(i,s,o,g,r,a,m)
In Javascript, the functions must have different arguments (which is the case for the letters of an isogram without repetition) and in order to save bandwidth, it is convenient to shorten the portions of code, so the use of single-letter arguments as in i,s,o,g,r,a,m is justified (a,b,c,d,e,f,g would have been valid as well).
dCode retains ownership of the "Isogram" source code. Any algorithm for the "Isogram" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Isogram" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Isogram" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Isogram" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Isogram on dCode.fr [online website], retrieved on 2025-04-27,