U+21D2 · Arrows
Double Right Arrow ⇒
The rightwards double arrow is the everyday symbol for "implies" or "therefore" in logic and mathematics, as in P ⇒ Q. Students and engineers also use it as shorthand in notes and meeting minutes to link a cause to a consequence, and it shows up in textbooks to mark each step of a derivation.
Character codes
| Unicode code point | U+21D2 | |
|---|---|---|
| Decimal | 8658 | |
| HTML named entity | ⇒ | |
| HTML (hex) | ⇒ | |
| HTML (decimal) | ⇒ | |
| CSS | \21D2 | |
| JavaScript | \u21D2 | |
| Python | \u21D2 | |
| UTF-8 bytes | E2 87 92 | |
| UTF-16 | 21D2 | |
| URL-encoded | %E2%87%92 |
Character details
| Official name | RIGHTWARDS DOUBLE ARROW |
|---|---|
| Unicode block | Arrows |
| General category | Math Symbol (Sm) |
| SymbolHero category | Arrows |
| Emoji | No |
How to type ⇒
Windows
- In Microsoft Word or Outlook: type
21D2then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “rightwards double arrow”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “rightwards double arrow”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
21D2.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “rightwards double arrow” or enter
U+21D2. - HTML:
⇒or⇒ - Excel / Google Sheets:
=UNICHAR(8658)
Examples
- x > 3 ⇒ x² > 9
- Late delivery ⇒ refund issued
- n is even ⇒ n² is even
Good to know
Don’t mix it up: Do not mix it up with the single-line → (U+2192), which usually means "maps to" or "tends to" rather than logical implication.
Tip: The named HTML entity ⇒ produces this arrow in any web page.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar arrows
Questions
What is the Unicode for ⇒?
It is U+21D2 (RIGHTWARDS DOUBLE ARROW), decimal 8658.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 21D2 then Alt+X, or copy it from this page.
How do I type it on a Mac?
There is no built-in Option shortcut. Use the Character Viewer (Control + Command + Space) and search “rightwards double arrow”, or copy it from this page.
What is the HTML code?
Use the named entity ⇒ or the numeric reference ⇒.