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' : ''">
⃐
COMBINING LEFT HARPOON ABOVE
Overview
⃐ (COMBINING LEFT HARPOON ABOVE) is the Unicode character at code point U+20D0. It belongs to the Combining Diacritical Marks for Symbols block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+20D0 | |
| decimal | 8400 | |
| htmldecimal | ⃐ | |
| htmlhex | ⃐ | |
| css | \20D0 | |
| javascript | \u{20D0} | |
| python | \u20d0 | |
| java | \u20D0 | |
| go | \u20D0 | |
| ruby | \u{20D0} | |
| rust | \u{20D0} | |
| ccpp | \u20d0 | |
| urlencoded | %E2%83%90 | |
| utf8bytes | e2 83 90 | |
| utf16bebytes | 20 d0 | |
| utf32bebytes | 00 00 20 d0 |
How to Use
HTML:
⃐
CSS:
content: "\20D0"
JavaScript:
"\u{20D0}"
Python:
"\u20d0"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ⃐ character (COMBINING LEFT HARPOON ABOVE)?
⃐ (COMBINING LEFT HARPOON ABOVE) is the Unicode character U+20D0.
What is the Unicode codepoint of COMBINING LEFT HARPOON ABOVE?
The COMBINING LEFT HARPOON ABOVE character (⃐) has codepoint U+20D0.
How do I type or copy COMBINING LEFT HARPOON ABOVE?
Copy ⃐ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.