julia> const VectorᐸIntᐳ = Vector{Int}
Vector{Int64} (alias for Array{Int64, 1})
julia> [1,2,3] isa VectorᐸIntᐳ
true
julia> x = 2
2
julia> xᐸ3 = x<3
true
julia> xᐸ3+4
5
julia> ᐸ = >
> (generic function with 3 methods)
julia> findfirst(ᐸ(3), [1,2,3,4,5])
4
via Unified Canadian Aboriginal Syllabics characters U+1433 ᐳ
and U+1438 ᐸ
(valid identifiers in most modern programming languages, including Python 3, because they are category Lo “Letter, Other”).