--- layout: default ---

Open Arrow is an open-source font
that contains 112 arrow symbols
from U+2190 to U+21ff

{% assign count = 0 %} {% for third-digit in (9..15) %} {% for last-digit in (0..15) %} {% assign count = count | plus : 1 %} {% endfor %} {% endfor %}
{{ site['glyph-name'][count] }}
&#x{% if third-digit == 10 %}21a{% elsif third-digit == 11 %}21b{% elsif third-digit == 12 %}21c{% elsif third-digit == 13 %}21d{% elsif third-digit == 14 %}21e{% elsif third-digit == 15 %}21f{% else %}21{{ third-digit }}{% endif %}{% if last-digit == 10 %}a{% elsif last-digit == 11 %}b{% elsif last-digit == 12 %}c{% elsif last-digit == 13 %}d{% elsif last-digit == 14 %}e{% elsif last-digit == 15 %}f{% else %}{{ last-digit }}{% endif %} U+{% if third-digit == 10 %}21a{% elsif third-digit == 11 %}21b{% elsif third-digit == 12 %}21c{% elsif third-digit == 13 %}21d{% elsif third-digit == 14 %}21e{% elsif third-digit == 15 %}21f{% else %}21{{ third-digit }}{% endif %}{% if last-digit == 10 %}a{% elsif last-digit == 11 %}b{% elsif last-digit == 12 %}c{% elsif last-digit == 13 %}d{% elsif last-digit == 14 %}e{% elsif last-digit == 15 %}f{% else %}{{ last-digit }}{% endif %}

How to use

  1. To embed open-arrow, copy this code into the <head> of your HTML document. {% highlight html %}{% endhighlight %}
  2. Specify open-arrow as the first value of font-family. {% highlight css %}font-family: 'open-arrow', Helvetica, sans-serif; {% endhighlight %}
  3. Use it like this: {% highlight html %} → Use it like this ← {% endhighlight %}
    → Use it like this ←