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' : ''">
⥱
EQUALS SIGN ABOVE RIGHTWARDS ARROW
Overview
⥱ (EQUALS SIGN ABOVE RIGHTWARDS ARROW) is the Unicode character at code point U+2971. It belongs to the Supplemental Arrows-B block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2971 | |
| decimal | 10609 | |
| htmldecimal | ⥱ | |
| htmlhex | ⥱ | |
| css | \2971 | |
| javascript | \u{2971} | |
| python | \u2971 | |
| java | \u2971 | |
| go | \u2971 | |
| ruby | \u{2971} | |
| rust | \u{2971} | |
| ccpp | \u2971 | |
| urlencoded | %E2%A5%B1 | |
| utf8bytes | e2 a5 b1 | |
| utf16bebytes | 29 71 | |
| utf32bebytes | 00 00 29 71 |
How to Use
HTML:
⥱
CSS:
content: "\2971"
JavaScript:
"\u{2971}"
Python:
"\u2971"
Properties
- Block
- Supplemental Arrows-B
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⥱ character (EQUALS SIGN ABOVE RIGHTWARDS ARROW)?
⥱ (EQUALS SIGN ABOVE RIGHTWARDS ARROW) is the Unicode character U+2971.
What is the Unicode codepoint of EQUALS SIGN ABOVE RIGHTWARDS ARROW?
The EQUALS SIGN ABOVE RIGHTWARDS ARROW character (⥱) has codepoint U+2971.
How do I type or copy EQUALS SIGN ABOVE RIGHTWARDS ARROW?
Copy ⥱ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.