Search

Search for a symbol or emoji...

Telephone Location Sign Symbol

Telephone Location Sign Symbol Information

Symbol Name
Telephone Location Sign
Unicode Version
1.1 (June 1993)
Unicode
U+2706
CSS Code
\2706
Hex Code
✆
HTML Code
✆
Latex
\ding{38}
Alt Code
9990
Symbol

Telephone Location Sign Symbol Encoding

UTF-8
0xE2 0x9C 0x86
UTF-16
0x2706
UTF-32
0x00002706

Telephone Location SignSymbol's PNG and SVG files

Telephone Location Sign Symbol in Latex

Telephone Location Sign
1\documentclass{article} 2\usepackage{pifont} 3\ding{38} 4\end{document}

How to add telephone location sign symbol via keyboard on different Operating systems

You can type the telephone location sign symbol on most modern devices with the help of following methods:

How to type telephone location sign symbol on Microsoft Word

You can type the telephone location sign in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2706
  • Without moving the cursor press keys Alt + x together
  • The original 2706 is now transformed into

How to type telephone location sign symbol on Microsoft Windows

You can type the telephone location sign on Microsoft windows using following steps:

  • Hold Alt and press 9990 to type telephone location sign on your windows machine.

How to type telephone location sign symbol on Mac OS

You can type the telephone location sign on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type "Telephone Location Sign" in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
Mac OS Character Viewer
Mac OS Character Viewer

How to type telephone location sign symbol on Linux

You can type the telephone location sign on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 2706 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type telephone location sign symbol on IOS and Android

The easiest way to type the telephone location sign symbol on ios and android is to copy and paste it wherever you need it.

How to use telephone location sign in CSS

//CSS Example
1span { 2 content: \2706; 3 }

How to use telephone location sign in HTML

//HTML Example
1<span>&#9990;</span>

Telephone Location Sign symbol representation in programming languages

Telephone Location Signsymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
Rust
\u{2706}
Ruby
\u{2706}
Python
\u2706
PHP
\u{2706}
Perl
\x{2706}
Java
\u2706
Modern JavaScript - Since ES6
\u{2706}
JavaScript
\u2706
Go
\u2706
C#
\u2706
C and C++
\u2706
Bash and Zsh - inside echo -e
\u2706
RFC 5137
\u'2706'