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 ARROW BELOW
Overview
⃮ (COMBINING LEFT ARROW BELOW) is the Unicode character at code point U+20EE. 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+20EE | |
| decimal | 8430 | |
| htmldecimal | ⃮ | |
| htmlhex | ⃮ | |
| css | \20EE | |
| javascript | \u{20EE} | |
| python | \u20ee | |
| java | \u20EE | |
| go | \u20EE | |
| ruby | \u{20EE} | |
| rust | \u{20EE} | |
| ccpp | \u20ee | |
| urlencoded | %E2%83%AE | |
| utf8bytes | e2 83 ae | |
| utf16bebytes | 20 ee | |
| utf32bebytes | 00 00 20 ee |
How to Use
HTML:
⃮
CSS:
content: "\20EE"
JavaScript:
"\u{20EE}"
Python:
"\u20ee"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 220
- Mirrored
- No
Frequently Asked Questions
What is the ⃮ character (COMBINING LEFT ARROW BELOW)?
⃮ (COMBINING LEFT ARROW BELOW) is the Unicode character U+20EE.
What is the Unicode codepoint of COMBINING LEFT ARROW BELOW?
The COMBINING LEFT ARROW BELOW character (⃮) has codepoint U+20EE.
How do I type or copy COMBINING LEFT ARROW BELOW?
Copy ⃮ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.