End With Leftwards Arrow Above

๐Ÿ”š

Shortcodes

Copy and paste codes for End With Leftwards Arrow Above symbol ๐Ÿ”š to use in your websites, apps, blogs, and more.

Unicode
U+1F51A
HTML Code
🔚
HEX Code
🔚
CSS Code
\1F51A
JS/JSON
\u1F51A
Unix/C/PHP/JAVA
0x1F51A
URL-encode
%F0%9F%94%9A
copied

Customize End With Leftwards Arrow Above Symbol

Customize ๐Ÿ”š symbol as you like and download End With Leftwards Arrow Above 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 End With Leftwards Arrow Above symbol in HTML, CSS, and JS?

Insert ๐Ÿ”š End With Leftwards Arrow Above using HTML

1. Copy-paste End With Leftwards Arrow Above directly:
<span>๐Ÿ”š</span>
2. HTML Decimal Code:
<span>&#128282;</span>
3. Hexadecimal Code:
<span>&#x1F51A;</span>
Preview: ๐Ÿ”š

Add End With Leftwards Arrow Above symbol with CSS

.end-with-leftwards-arrow-above::before {
    content: '\\1F51A';
}
Preview: End With Leftwards Arrow Above

End With Leftwards Arrow Above JavaScript Code

1. Direct Symbol:
document.querySelector('.end-with-leftwards-arrow-above').textContent = '๐Ÿ”š';
2. Unicode Escape for ๐Ÿ”š:
document.querySelector('.end-with-leftwards-arrow-above').textContent = '\u1F51A';
Preview: ๐Ÿ”š