Lower Left Fountain Pen

๐Ÿ–‹

Shortcodes

Copy and paste codes for Lower Left Fountain Pen symbol ๐Ÿ–‹ to use in your websites, apps, blogs, and more.

Unicode
U+1F58B
HTML Code
🖋
HEX Code
🖋
CSS Code
\1F58B
JS/JSON
\u1F58B
Unix/C/PHP/JAVA
0x1F58B
URL-encode
%F0%9F%96%8B
copied

Customize Lower Left Fountain Pen Symbol

Customize ๐Ÿ–‹ symbol as you like and download Lower Left Fountain Pen 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 Left Fountain Pen symbol in HTML, CSS, and JS?

Insert ๐Ÿ–‹ Lower Left Fountain Pen using HTML

1. Copy-paste Lower Left Fountain Pen directly:
<span>๐Ÿ–‹</span>
2. HTML Decimal Code:
<span>&#128395;</span>
3. Hexadecimal Code:
<span>&#x1F58B;</span>
Preview: ๐Ÿ–‹

Add Lower Left Fountain Pen symbol with CSS

.lower-left-fountain-pen::before {
    content: '\\1F58B';
}
Preview: Lower Left Fountain Pen

Lower Left Fountain Pen JavaScript Code

1. Direct Symbol:
document.querySelector('.lower-left-fountain-pen').textContent = '๐Ÿ–‹';
2. Unicode Escape for ๐Ÿ–‹:
document.querySelector('.lower-left-fountain-pen').textContent = '\u1F58B';
Preview: ๐Ÿ–‹