CharacterRange["c1","c2"]
yields a list of the characters in the range from "c1" to "c2".
CharacterRange[n1,n2]
yields a list of the characters with character codes in the range n1 to n2.


CharacterRange
CharacterRange["c1","c2"]
yields a list of the characters in the range from "c1" to "c2".
CharacterRange[n1,n2]
yields a list of the characters with character codes in the range n1 to n2.
Details

- CharacterRange["a","z"] yields the English alphabet.
- CharacterRange["c1","c2"] gives the list of characters with character codes from ToCharacterCode["c1"] to ToCharacterCode["c2"].
- CharacterRange["b","a"] gives {}.
Examples
open all close allBasic Examples (3)
Scope (5)
Applications (5)
Properties & Relations (1)
Tech Notes
Related Guides
History
Introduced in 1996 (3.0) | Updated in 2015 (10.1)
Text
Wolfram Research (1996), CharacterRange, Wolfram Language function, https://reference.wolfram.com/language/ref/CharacterRange.html (updated 2015).
CMS
Wolfram Language. 1996. "CharacterRange." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/CharacterRange.html.
APA
Wolfram Language. (1996). CharacterRange. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CharacterRange.html
BibTeX
@misc{reference.wolfram_2025_characterrange, author="Wolfram Research", title="{CharacterRange}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/CharacterRange.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_characterrange, organization={Wolfram Research}, title={CharacterRange}, year={2015}, url={https://reference.wolfram.com/language/ref/CharacterRange.html}, note=[Accessed: 13-August-2025]}