Mobile Phone With Rightwards Arrow At Left

๐Ÿ“ฒ

Shortcodes

Copy useful codes for mobile phone with rightwards arrow at left symbol ๐Ÿ“ฒ to use in websites, apps, blogs, and docs.

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

Customize Mobile Phone With Rightwards Arrow At Left

Customize ๐Ÿ“ฒ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿ“ฒ
  

How to use Mobile Phone With Rightwards Arrow At Left Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ“ฒ</span>
HTML Code:
<span>&#128242;</span>
HEX Code:
<span>&#x1F4F2;</span>

Add with CSS

.mobile-phone-with-rightwards-arrow-at-left::before {
  content: '\\1F4F2';
}

Set it in JavaScript

document.querySelector('.mobile-phone-with-rightwards-arrow-at-left').textContent = '๐Ÿ“ฒ';
copied