APL386 Unicode downloadsource

Evolution of Adrian Smith's APL385 font with a fun, whimsical look, inspired by Comic Sans Serif.

Supports every special character used by any APL implementation:

Class Glyphs
alphas⍺⍶
arrows-down↓⍗⍖
arrows-left←⍇⍅
arrows-right→⍈⍆➥
arrows-up↑⍐⍏
asterisks*⍣⍟⋆
brackets[]⌈⌊⌷
circles○⍥⍟⌽⍉⊖⍜⊙⌾∅
colons:⍠÷⌹
commas,⍪;⍮
dashes-+±÷⌹⌿⍀⍪⍏⍖⊢⊣
dels∇⍒⍫⍢
deltas∆⍙⍋⍍
diamonds⋄⌺⍚
diereses¨⍨⍥⍤⍣⍢⍡⍩
dots.:,;?!⍰
epsilons∊⍷
equals=≠⌸⍯
iotas⍳⍸
jots∘⍤⍛⍝⍎⍕¤⌾⟃⟄
letters⍺⍶∆⍙∂∊⍷⍳⍸λπ⍴ϼχ∫
omegas⍵⍹
quads⎕⌸⌹⌺⌻⌼⍁⍂⍃⍄⍇⍈⍌⍍⍐⍓⍯⍰
shoes-down∪⍦
shoes-left⊂⊆⍧⟃
shoes-right⊃⊇⟄
shoes-up∩⋔
slashes/⌿⍁%
slashes-back\⍀⍉⍂
stiles|⌽⍒⍋∥⍭⍦⍧$
tacks-down⌶⊤⍕⍑⍡
tacks-up⌶⊥⍎⍊
tildes~⍬⍭⍱⍲
underscores_⍙⍷⍛⍸⊆⊇⍊⍜⍶⍹⍮⍚⍘
wedges-down∨⍱⍌
wedges-left<≤⍃ᑈ
wedges-right>≥⍄⍩ᐵ
wedges-up∧⍲⍓

And many additional mathematical, typographical, pictogram symbols:

¦‖¬°∓µ·∵¼½¾↔↕∉≉≣⊖⊕⊖⊗⊘⊝⊛⊻⊼⊽⋔⌈⌉⌊⌋
`´¡¿‼‽¢£¤¥ © ® ºª«»‘’‚‛“”„‟§¶
♔♕♖♗♘♙♚♛♜♝♞♟♠♡♢♣♤♥♦♧♀♂

Single and double line drawing characters, and blocks and shades:

┌─┬┐ ╔═╦╗ ▁▂▃▄▅▆▇█
│ ││ ║ ║║ █▉▊▋▌▍▎▏
├─┼┤ ╠═╬╣ ▌▀▄▐
└─┴┘ ╚═╩╝ ░▒▓

Includes both uppercase and lowercase underscored alphabets, plus superscript and subscript digits:

ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ
ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ
⁰¹²³⁴⁵⁶⁷⁸⁹ ₀₁₂₃₄₅₆₇₈₉

Extensive set of accented Latin letters:

ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿĆćĈĉĊċĖėĠġĢģĤĥĨĩİıĴĵĶķĹĺĻļŃńŅņŔŕŖŗŚśŜŝŨũŴŵŶŷŸŹźŻżƒǴǵǸǹǼǽǾǿȨȩȮȯ

Full support for Greek:

Ά·ΈΉΊΌΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώϕϖϜϝϲϳϴϵ϶ϷϸϹϼϽϾϿ

And Cyrillic:

ЀЁЂЃЄЅІЇЈЌЍЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяѐёѓєѕіїјў

Sample APL code:

w←⊃(⊃0⍴⍵){                           ⍝┌┌─2─┐       monadic; use ↓
    (e a)←|⍺                         ⍝├ 0 0 1 1 1  dyadic; use /
    T←⌽⍣(0>⊃⌽⍺)                      ⍝└──→⍺⍺←─────┐
    Pad←⍵⍵⍉(T⊣)⍪⍵⍪(T⊢)               ⍝ ┌⍺┐  ⌺     │
    need←(1+e),1↓⍴⍵                  ⍝ ┌─────⍵⍵──┐┘
    a=0:(1↓need⍴0↑⍵)Pad(1↓need⍴0↑⊢⍵) ⍝  0 0│1 2 3 4 5│0 0  Zero
    a=1:(1↓need⍴1↑⍵)Pad(1↓need⍴1↑⊖⍵) ⍝  1 1│1 2 3 4 5│5 5  Replicate
    a=2:(⊖¯1↓need⍴⊢⍵)Pad(¯1↓need⍴⊖⍵) ⍝  2 1│1 2 3 4 5│5 4  Reverse
    a=3:(⊖⊢1↓need⍴⊢⍵)Pad(⊢1↓need⍴⊖⍵) ⍝  3 2│1 2 3 4 5│4 3  Mirror
    a=4:(⊖¯1↓need⍴⊖⍵)Pad(¯1↓need⍴⊢⍵) ⍝  4 5│1 2 3 4 5│1 2  Wrap
}(¯1⌽⍳≢⍴⍵)/(⌽extra,¨⍺⊣0),⊂⍵          ⍝     └────⍵────┘

Sample text:

APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array. It uses a large range of special graphic symbols to represent most functions and operators, leading to very concise code. It has been an important influence on the development of concept modeling, spreadsheets, functional programming, and computer math packages. It has also inspired several other programming languages.