Mobile Phone With Rightwards Arrow At Left

๐Ÿ“ฒ

Shortcodes

Copy and paste codes for Mobile Phone With Rightwards Arrow At Left symbol ๐Ÿ“ฒ to use in your websites, apps, blogs, and more.

Unicode
U+1F4F2
HTML Code
📲
HEX Code
📲
CSS Code
\1F4F2
JS/JSON
\u1F4F2
Unix/C/PHP/JAVA
0x1F4F2
URL-encode
%F0%9F%93%B2
copied

Customize Mobile Phone With Rightwards Arrow At Left Symbol

Customize ๐Ÿ“ฒ symbol as you like and download Mobile Phone With Rightwards Arrow At Left 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 Mobile Phone With Rightwards Arrow At Left symbol in HTML, CSS, and JS?

Insert ๐Ÿ“ฒ Mobile Phone With Rightwards Arrow At Left using HTML

1. Copy-paste Mobile Phone With Rightwards Arrow At Left directly:
<span>๐Ÿ“ฒ</span>
2. HTML Decimal Code:
<span>&#128242;</span>
3. Hexadecimal Code:
<span>&#x1F4F2;</span>
Preview: ๐Ÿ“ฒ

Add Mobile Phone With Rightwards Arrow At Left symbol with CSS

.mobile-phone-with-rightwards-arrow-at-left::before {
    content: '\\1F4F2';
}
Preview: Mobile Phone With Rightwards Arrow At Left

Mobile Phone With Rightwards Arrow At Left JavaScript Code

1. Direct Symbol:
document.querySelector('.mobile-phone-with-rightwards-arrow-at-left').textContent = '๐Ÿ“ฒ';
2. Unicode Escape for ๐Ÿ“ฒ:
document.querySelector('.mobile-phone-with-rightwards-arrow-at-left').textContent = '\u1F4F2';
Preview: ๐Ÿ“ฒ