| Symbolname | Black Telephone |
| Unicode-Version | 4.1 |
| Unicode | U+260E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \260E |
| Hexadezimalcode | 0x260E |
| HTML-Code | ☎ |
| LaTeX | \phone |
| Symbol | ☎ |
| URL-Kodierung (UTF-8-Prozent) | %E2%98%8E |
| Ansagename (Screenreader) | Telephone |
| UTF-8 | E2 98 8E |
| UTF-16 | 260E |
| UTF-32 | 0000260E |
1\documentclass{article}2\usepackage{pifont}3\phone4\end{document}Sie können das Symbol black telephone auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9742 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "telephone".
Ctrl + Shift + U, type 260e, then Enter (layout-dependent).
Use the emoji/symbol picker or paste from this page.
Use the emoji/symbol picker or paste from this page.
1span.phone::before { content: "\260E"; }1<span>☎</span>Die Darstellung des Symbols Black Telephone in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u260E' or String.fromCodePoint(0x260E) |
| Python | '\N{BLACK TELEPHONE}' or chr(9742) |
| Rust | '\u{260E}' |
| C / C++ | UTF-8 source or wchar_t with U+260E |
| Go | string(rune(0x260E)) |
| Ruby | "\u260E" |