Vibration Mode

๐Ÿ“ณ

Shortcodes

Copy and paste codes for Vibration Mode symbol ๐Ÿ“ณ to use in your websites, apps, blogs, and more.

Unicode
U+1F4F3
HTML Code
📳
HEX Code
📳
CSS Code
\1F4F3
JS/JSON
\u1F4F3
Unix/C/PHP/JAVA
0x1F4F3
URL-encode
%F0%9F%93%B3
copied

Customize Vibration Mode Symbol

Customize ๐Ÿ“ณ symbol as you like and download Vibration Mode 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 Vibration Mode symbol in HTML, CSS, and JS?

Insert ๐Ÿ“ณ Vibration Mode using HTML

1. Copy-paste Vibration Mode directly:
<span>๐Ÿ“ณ</span>
2. HTML Decimal Code:
<span>&#128243;</span>
3. Hexadecimal Code:
<span>&#x1F4F3;</span>
Preview: ๐Ÿ“ณ

Add Vibration Mode symbol with CSS

.vibration-mode::before {
    content: '\\1F4F3';
}
Preview: Vibration Mode

Vibration Mode JavaScript Code

1. Direct Symbol:
document.querySelector('.vibration-mode').textContent = '๐Ÿ“ณ';
2. Unicode Escape for ๐Ÿ“ณ:
document.querySelector('.vibration-mode').textContent = '\u1F4F3';
Preview: ๐Ÿ“ณ