Left Arrow Symbol (←)

Copy and paste the left arrow symbol ← — click the button or any variant below

Left Arrow Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

Left Arrow Copied!
Unicode Character
Unicode Hex
U+2190
HTML Entity
Decimal Code
8592

About the Left Arrow Symbol

Last reviewed on August 3, 2026

The Left 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, Left Arrow sits at code point U+2190. 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 Left 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 Type the Left Arrow on a Keyboard

Windows: Hold Alt and type 27 on the numeric keypad
Mac: Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name
Microsoft Word: Type 2190 then press Alt+X to convert it into ←
HTML: Use the entity ← or the numeric code ←
Phone & tablet: Copying ← from this page is fastest — see our mobile typing guide for keyboard tricks

Left Arrow Symbol Code for HTML, CSS & JavaScript

HTML: ←
CSS: content: '\\2190';
JavaScript: '\\u2190'
Unicode: U+2190

Frequently Asked Questions

How do I type the left arrow symbol ← on Windows?

Hold Alt and type 27 on the numeric keypad. You can also copy ← straight from this page — it pastes into any app.

How do I type ← on a Mac?

Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name.

What is the Unicode and HTML code for the left arrow symbol?

The left arrow symbol is Unicode code point U+2190. In HTML, use ← or the numeric reference ←.