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>📲</span> HEX Code:
<span>📲</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 = '๐ฒ';