Left Writing Hand
๐
Shortcodes
Copy useful codes for left writing hand symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F58E HTML Code
🖎 HEX Code
🖎 CSS Code
\1F58E JS/JSON
\u1F58E Unix/C/PHP/JAVA
0x1F58E URL-encode
%F0%9F%96%8E Customize Left Writing Hand
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Left Writing Hand Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐</span> HTML Code:
<span>🖎</span> HEX Code:
<span>🖎</span> Add with CSS
.left-writing-hand::before {
content: '\\1F58E';
} Set it in JavaScript
document.querySelector('.left-writing-hand').textContent = '๐';