Telephone Location Sign

Shortcodes

Copy and paste codes for Telephone Location Sign symbol ✆ to use in your websites, apps, blogs, and more.

Unicode
U+2706
HTML Code
✆
HEX Code
✆
CSS Code
\2706
JS/JSON
\u2706
Unix/C/PHP/JAVA
0x2706
URL-encode
%E2%9C%86
copied

Customize Telephone Location Sign Symbol

Customize ✆ symbol as you like and download Telephone Location Sign 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 Telephone Location Sign symbol in HTML, CSS, and JS?

Insert ✆ Telephone Location Sign using HTML

1. Copy-paste Telephone Location Sign directly:
<span>✆</span>
2. HTML Decimal Code:
<span>&#9990;</span>
3. Hexadecimal Code:
<span>&#x2706;</span>
Preview:

Add Telephone Location Sign symbol with CSS

.telephone-location-sign::before {
    content: '\\2706';
}
Preview: Telephone Location Sign

Telephone Location Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.telephone-location-sign').textContent = '✆';
2. Unicode Escape for ✆:
document.querySelector('.telephone-location-sign').textContent = '\u2706';
Preview: