Up Arrow Symbol

Click to copy Up Arrow symbol to clipboard

Unicode Character
Unicode Hex
U+2191
HTML Entity
Decimal Code
8593

About the Up Arrow Symbol

Last reviewed on May 7, 2026

The Up Arrow symbol (↑) is one of the arrows characters in the AllSymbols catalog. It belongs to the Unicode Arrows block (U+2190–U+21FF), which holds most of the cardinal and diagonal arrow characters used in everyday writing, math, and diagram captions. Arrows in this block render at body weight and inherit your text color, so they fit naturally inline.

Where this character is used

Arrows are most useful where they save you a phrase. Instead of writing “goes to” you can write the symbol; instead of “therefore” or “implies” in math you can write the appropriate arrow. In flowcharts and diagrams, the four cardinal arrows pair with simple geometric shapes to indicate direction without needing graphics.

Code references

In Unicode, Up Arrow sits at code point U+2191. Web pages reference it with the HTML numeric entity ↑; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

If an arrow renders as a tofu box, your device does not have a font that covers the code point. The plain cardinal arrows (left, right, up, down) are universally supported; some of the heavier or compound arrows are newer additions and may not render in older browsers or older system fonts.

Related characters

If Up Arrow isn’t quite what you need, the Arrows page lists every related character on the site — including Right Arrow and North East Arrow. The related-symbols grid below also surfaces the closest sibling characters.

How to Use Up Arrow Symbol

HTML: ↑
CSS: content: '\\2191';
JavaScript: '\\u2191'
Unicode: U+2191