Black telephone (☎) is Unicode U+260E in the Miscellaneous Symbols block. It is a classic filled telephone glyph — useful for contact cues and call buttons. HTML provides the named entity ☎.
Remember
Character ☎
Unicode U+260E
Hex entity ☎
Decimal ☎
Named entity ☎
CSS escape \260E
Not the same ☏ U+260F (white telephone)
All of these produce the same glyph: ☎. Prefer ☎ in hand-written HTML; type ☎ in UTF-8 when you can; use numeric or CSS forms for generated content.
Black telephone using Hex Code: ☎
Black telephone using HTML Code: ☎
Black telephone using Named Entity: ☎
Black telephone using CSS Entity: ☎
Typed directly: ☎
How It Works
1. Hex:U+260E → ☎ in HTML. The browser turns it into ☎.
2. Decimal: same code point as 9742 → ☎. Same result as hex.
3. Named:☎ is the standard HTML name for U+260E — clear in source.
4. CSS: use \260E in content (not an HTML entity). #point::after appends that ☎ after the paragraph text.
5. Typed ☎: fine in UTF-8 source. All five lines show the same glyph.
Pitfalls & Tips
Common mistakes when working with black telephone (☎).
Named
Prefer ☎
Use ☎ in hand-written HTML. Numeric forms are fine for generated markup.
Screen readers may not announce “phone.” Pair the glyph with a number or visually hidden text such as Call.
Fonts
Check symbol coverage
Some UI fonts omit U+260E. Prefer fonts with solid Miscellaneous Symbols support.
CSS vs HTML
Do not mix escapes
\260E belongs in CSS. ☎ / ☎ / ☎ belong in HTML.
Semicolon
End references
Always finish with ; — write ☎, not &phone.
Compatibility
Browser Support
Black telephone (U+260E) and its entity forms (☎, ☎, ☎, CSS \\260E) are supported in all mainstream browsers. Glyph quality depends on font support for Miscellaneous Symbols.
✓ Universal support
Black Telephone (☎)
Type ☎, or encode with named, hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+260E / entitiesFull support
Bottom line: Prefer ☎ or a typed ☎ for markers. Use decimal when generating markup, and \\260E only inside CSS content.
Remember
Key Takeaways
Unicode: black telephone is U+260E (decimal 9742).
HTML: prefer ☎ (also ☎, ☎).
CSS: use \260E inside content for generated icons.
Use ☎ (hex), ☎ (decimal), ☎ (named), or the CSS escape \260E in the content property. All render ☎. You can also paste ☎ directly if your file is UTF-8.
U+260E (hex 260E, decimal 9742). Unicode names it BLACK TELEPHONE. It belongs to the Miscellaneous Symbols block.
Yes. ☎ maps to U+260E. Prefer ☎ in hand-written HTML; numeric forms are useful in generated markup.
☎ (U+260E) is black telephone. ☏ (U+260F) is white telephone. They are different code points.
HTML entities (☎, ☎, or ☎) go in markup. The CSS escape \260E is used in stylesheets (usually in the content property of ::before/::after). Both render ☎.
Use ☎ for contact info, call buttons, and customer-service cues. Pair the glyph with a phone number or the word Call when accessibility matters.
🤔
Did you know?
Black telephone is Unicode U+260E (decimal 9742) in the Miscellaneous Symbols block — official name BLACK TELEPHONE. HTML’s named reference is ☎. It is not white telephone (U+260F ☏).