copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('↔'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
↔
Overview
↔ (LEFT RIGHT ARROW) is the Unicode character at code point U+2194. It belongs to the Arrows block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2194 | |
| decimal | 8596 | |
| htmldecimal | ↔ | |
| htmlhex | ↔ | |
| css | \2194 | |
| javascript | \u{2194} | |
| python | \u2194 | |
| java | \u2194 | |
| go | \u2194 | |
| ruby | \u{2194} | |
| rust | \u{2194} | |
| ccpp | \u2194 | |
| urlencoded | %E2%86%94 | |
| utf8bytes | e2 86 94 | |
| utf16bebytes | 21 94 | |
| utf32bebytes | 00 00 21 94 | |
| htmlentity | ↔ |
How to Use
HTML:
↔
or
↔
CSS:
content: "\2194"
JavaScript:
"\u{2194}"
Python:
"\u2194"
Frequently Asked Questions
What is the ↔ character (LEFT RIGHT ARROW)?
↔ (LEFT RIGHT ARROW) is the Unicode character U+2194.
What is the Unicode codepoint of LEFT RIGHT ARROW?
The LEFT RIGHT ARROW character (↔) has codepoint U+2194.
How do I type or copy LEFT RIGHT ARROW?
Copy ↔ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.