LEFTWARDS ARROW vs LEFTWARDS BLACK ARROW
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
←
LEFTWARDS ARROW
U+2190
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⬅
LEFTWARDS BLACK ARROW
U+2B05
View details →
VS
Property Comparison
| Property | ← U+2190 | ⬅ U+2B05 |
|---|---|---|
| Name | LEFTWARDS ARROW | LEFTWARDS BLACK ARROW |
| Block | Arrows | Miscellaneous Symbols and Arrows |
| Script | Zyyy | Zyyy |
| Category | Math Symbol (Sm) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+2190 | U+2B05 |
|---|---|---|
| unicode | U+2190 | U+2B05 |
| decimal | 8592 | 11013 |
| htmldecimal | ← | ⬅ |
| htmlhex | ← | ⬅ |
| css | \2190 | \2B05 |
| javascript | \u{2190} | \u{2B05} |
| python | \u2190 | \u2b05 |
| java | \u2190 | \u2B05 |
| go | \u2190 | \u2B05 |
| ruby | \u{2190} | \u{2B05} |
| rust | \u{2190} | \u{2B05} |
| ccpp | \u2190 | \u2b05 |
| urlencoded | %E2%86%90 | %E2%AC%85 |
| utf8bytes | e2 86 90 | e2 ac 85 |
| utf16bebytes | 21 90 | 2b 05 |
| utf32bebytes | 00 00 21 90 | 00 00 2b 05 |
| htmlentity | ← |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: LEFTWARDS ARROW in Arrows and LEFTWARDS BLACK ARROW in Miscellaneous Symbols and Arrows.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.