Rightwards Black Circled White Arrow

Shortcodes

Copy useful codes for rightwards black circled white arrow symbol ⮊ to use in websites, apps, blogs, and docs.

Unicode
U+2B8A
HTML Code
⮊
HEX Code
⮊
CSS Code
\2B8A
JS/JSON
\u2B8A
Unix/C/PHP/JAVA
0x2B8A
URL-encode
%E2%AE%8A

Customize Rightwards Black Circled White Arrow

Customize ⮊, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Rightwards Black Circled White Arrow Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⮊</span>
HTML Code:
<span>&#11146;</span>
HEX Code:
<span>&#x2B8A;</span>

Add with CSS

.rightwards-black-circled-white-arrow::before {
  content: '\\2B8A';
}

Set it in JavaScript

document.querySelector('.rightwards-black-circled-white-arrow').textContent = '⮊';

Related Arrow Symbols

View all Arrow Symbols
copied