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>🖋</span>
3. Hexadecimal Code:
<span>🖋</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: ๐