Downwards Arrow With Tip Rightwards

Shortcodes

Copy and paste codes for Downwards Arrow With Tip Rightwards symbol ↳ to use in your websites, apps, blogs, and more.

Unicode
U+21B3
HTML Code
↳
HEX Code
↳
CSS Code
\21B3
JS/JSON
\u21B3
Unix/C/PHP/JAVA
0x21B3
URL-encode
%E2%86%B3
copied

Customize Downwards Arrow With Tip Rightwards Symbol

Customize ↳ symbol as you like and download Downwards Arrow With Tip Rightwards as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Downwards Arrow With Tip Rightwards symbol in HTML, CSS, and JS?

Insert ↳ Downwards Arrow With Tip Rightwards using HTML

1. Copy-paste Downwards Arrow With Tip Rightwards directly:
<span>↳</span>
2. HTML Decimal Code:
<span>&#8627;</span>
3. Hexadecimal Code:
<span>&#x21B3;</span>
Preview:

Add Downwards Arrow With Tip Rightwards symbol with CSS

.downwards-arrow-with-tip-rightwards::before {
    content: '\\21B3';
}
Preview: Downwards Arrow With Tip Rightwards

Downwards Arrow With Tip Rightwards JavaScript Code

1. Direct Symbol:
document.querySelector('.downwards-arrow-with-tip-rightwards').textContent = '↳';
2. Unicode Escape for ↳:
document.querySelector('.downwards-arrow-with-tip-rightwards').textContent = '\u21B3';
Preview: