Telephone Location Sign Symbol ✆
✆
Copy to Clipboard
Telephone Location Sign Symbol Information
Symbol Name | Telephone Location Sign |
Unicode Version | 1.1 (June 1993) |
Unicode | U+2706 |
CSS Code | \2706 |
Telephone Location Sign Symbol Encoding
UTF-8 | 0xE2 0x9C 0x86 |
UTF-16 | 0x2706 |
UTF-32 | 0x00002706 |
Table of contents
- Telephone Location Sign PNG and SVG files
- How to type telephone location sign in latex
- How to type telephone location sign on Microsoft Word
- How to type telephone location sign on Microsoft Windows
- How to type telephone location sign on Mac OS
- How to type telephone location sign on Linux
- How to type telephone location sign on IOS and Android
- How to use telephone location sign in CSS
- How to use telephone location sign in HTML
- Telephone Location Sign representation in programming languages
Telephone Location Sign symbol's PNG and SVG files
How to type telephone location sign symbol in latex
Copy
\documentclass{article}
\usepackage{pifont}
\ding{38}
\end{document}
How to add telephone location sign symbol via keyboard on different Operating systems
You can type the telephone location sign 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 on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 7 0 6
- Without moving the cursor press keys Alt + x together
- The original 2 7 0 6 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 9 9 9 0 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
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 2 7 0 6 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 on ios and android is to copy and paste it wherever you need it.
How to use telephone location sign in CSS
Copy
// css example
span {
content: "\2706";
}
How to type telephone location sign in HTML
Copy
// html example
<span>✆</span>
Telephone Location Sign symbol representation in programming languages
telephone location sign's representation in different programming languages can be found in table below:
Language | Representation |
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' |