Keycap Ten

๐Ÿ”Ÿ

Shortcodes

Copy and paste codes for Keycap Ten symbol ๐Ÿ”Ÿ to use in your websites, apps, blogs, and more.

Unicode
U+1F51F
HTML Code
🔟
HEX Code
🔟
CSS Code
\1F51F
JS/JSON
\u1F51F
Unix/C/PHP/JAVA
0x1F51F
URL-encode
%F0%9F%94%9F
copied

Customize Keycap Ten Symbol

Customize ๐Ÿ”Ÿ symbol as you like and download Keycap Ten 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 Keycap Ten symbol in HTML, CSS, and JS?

Insert ๐Ÿ”Ÿ Keycap Ten using HTML

1. Copy-paste Keycap Ten directly:
<span>๐Ÿ”Ÿ</span>
2. HTML Decimal Code:
<span>&#128287;</span>
3. Hexadecimal Code:
<span>&#x1F51F;</span>
Preview: ๐Ÿ”Ÿ

Add Keycap Ten symbol with CSS

.keycap-ten::before {
    content: '\\1F51F';
}
Preview: Keycap Ten

Keycap Ten JavaScript Code

1. Direct Symbol:
document.querySelector('.keycap-ten').textContent = '๐Ÿ”Ÿ';
2. Unicode Escape for ๐Ÿ”Ÿ:
document.querySelector('.keycap-ten').textContent = '\u1F51F';
Preview: ๐Ÿ”Ÿ