Lower Right Pencil

Shortcodes

Copy and paste codes for Lower Right Pencil symbol ✎ to use in your websites, apps, blogs, and more.

Unicode
U+270E
HTML Code
✎
HEX Code
✎
CSS Code
\270E
JS/JSON
\u270E
Unix/C/PHP/JAVA
0x270E
URL-encode
%E2%9C%8E
copied

Customize Lower Right Pencil Symbol

Customize ✎ symbol as you like and download Lower Right Pencil 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 Lower Right Pencil symbol in HTML, CSS, and JS?

Insert ✎ Lower Right Pencil using HTML

1. Copy-paste Lower Right Pencil directly:
<span>✎</span>
2. HTML Decimal Code:
<span>&#9998;</span>
3. Hexadecimal Code:
<span>&#x270E;</span>
Preview:

Add Lower Right Pencil symbol with CSS

.lower-right-pencil::before {
    content: '\\270E';
}
Preview: Lower Right Pencil

Lower Right Pencil JavaScript Code

1. Direct Symbol:
document.querySelector('.lower-right-pencil').textContent = '✎';
2. Unicode Escape for ✎:
document.querySelector('.lower-right-pencil').textContent = '\u270E';
Preview: