Hiking Boot

๐Ÿฅพ

Shortcodes

Copy and paste codes for Hiking Boot symbol ๐Ÿฅพ to use in your websites, apps, blogs, and more.

Unicode
U+1F97E
HTML Code
🥾
HEX Code
🥾
CSS Code
\1F97E
JS/JSON
\u1F97E
Unix/C/PHP/JAVA
0x1F97E
URL-encode
%F0%9F%A5%BE
copied

Customize Hiking Boot Symbol

Customize ๐Ÿฅพ symbol as you like and download Hiking Boot 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 Hiking Boot symbol in HTML, CSS, and JS?

Insert ๐Ÿฅพ Hiking Boot using HTML

1. Copy-paste Hiking Boot directly:
<span>๐Ÿฅพ</span>
2. HTML Decimal Code:
<span>&#129406;</span>
3. Hexadecimal Code:
<span>&#x1F97E;</span>
Preview: ๐Ÿฅพ

Add Hiking Boot symbol with CSS

.hiking-boot::before {
    content: '\\1F97E';
}
Preview: Hiking Boot

Hiking Boot JavaScript Code

1. Direct Symbol:
document.querySelector('.hiking-boot').textContent = '๐Ÿฅพ';
2. Unicode Escape for ๐Ÿฅพ:
document.querySelector('.hiking-boot').textContent = '\u1F97E';
Preview: ๐Ÿฅพ