Athletic Shoe

๐Ÿ‘Ÿ

Shortcodes

Copy and paste codes for Athletic Shoe symbol ๐Ÿ‘Ÿ to use in your websites, apps, blogs, and more.

Unicode
U+1F45F
HTML Code
👟
HEX Code
👟
CSS Code
\1F45F
JS/JSON
\u1F45F
Unix/C/PHP/JAVA
0x1F45F
URL-encode
%F0%9F%91%9F
copied

Customize Athletic Shoe Symbol

Customize ๐Ÿ‘Ÿ symbol as you like and download Athletic Shoe 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 Athletic Shoe symbol in HTML, CSS, and JS?

Insert ๐Ÿ‘Ÿ Athletic Shoe using HTML

1. Copy-paste Athletic Shoe directly:
<span>๐Ÿ‘Ÿ</span>
2. HTML Decimal Code:
<span>&#128095;</span>
3. Hexadecimal Code:
<span>&#x1F45F;</span>
Preview: ๐Ÿ‘Ÿ

Add Athletic Shoe symbol with CSS

.athletic-shoe::before {
    content: '\\1F45F';
}
Preview: Athletic Shoe

Athletic Shoe JavaScript Code

1. Direct Symbol:
document.querySelector('.athletic-shoe').textContent = '๐Ÿ‘Ÿ';
2. Unicode Escape for ๐Ÿ‘Ÿ:
document.querySelector('.athletic-shoe').textContent = '\u1F45F';
Preview: ๐Ÿ‘Ÿ