If you are offline:
julia> pyimport("unicodedata")[:name]("ϵ")
"GREEK LUNATE EPSILON SYMBOL"
julia> pyimport("unicodedata")[:name]("ε")
"GREEK SMALL LETTER EPSILON"
If you are offline:
julia> pyimport("unicodedata")[:name]("ϵ")
"GREEK LUNATE EPSILON SYMBOL"
julia> pyimport("unicodedata")[:name]("ε")
"GREEK SMALL LETTER EPSILON"