Skip to main content
HTML Elements

<bdi>

HTML element · 4 supported, 0 partial, 10 unsupported across 15 clients

The <bdi> element isolates a span of text whose directionality may differ from its surroundings. It is most useful in mixed-direction content (English + Arabic, Hebrew + English) but email client support is uneven. Modern WebKit clients honor it; Outlook and many older clients treat it as a generic <span>.

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebUnsupported
Gmail AndroidmobileGmail MobileUnsupported
Gmail iOSmobileGmail MobileUnsupported
Outlook 365webmailOutlook WebUnsupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileUnsupported
Outlook AndroidmobileOutlook MobileUnsupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitUnsupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for <bdi>

Fully supports <bdi> (4): Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird.

No support (10): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail, HEY Mail. Plan fallbacks for these clients before relying on <bdi> in production sends.

Behaviour unverified in: Superhuman.

When to use <bdi> in email

  • Embedding user-generated names in a localized email where direction may be unknown.
  • Mixing English brand identifiers within Arabic body copy.
  • Editorial content that quotes right-to-left strings inside left-to-right paragraphs.

Rendering behaviour and edge cases

  • Apple Mail and modern Chromium-based Gmail honor <bdi> directionality isolation.
  • Outlook on Windows treats <bdi> as a regular inline element.
  • <bdi> is purely semantic — visual results match <span> in non-supporting clients.

Recommended fallback strategy

Use <bdi> liberally in mixed-direction content as a no-cost progressive enhancement. For visually critical bidi handling, also set explicit dir attributes on the surrounding elements to give clients the strongest possible directional signal.

Fixes & Workarounds

Gmail

Unsupported

"<bdi>" is not supported in this email client.

Gmail Android

Unsupported

"<bdi>" is not supported in this email client.

Gmail iOS

Unsupported

"<bdi>" is not supported in this email client.

Outlook 365

Unsupported

"<bdi>" is not supported in this email client.

Outlook (New)

Unsupported

"<bdi>" is not supported in this email client.

Outlook Classic

Unsupported

"<bdi>" is not supported in this email client.

Outlook iOS

Unsupported

"<bdi>" is not supported in this email client.

Outlook Android

Unsupported

"<bdi>" is not supported in this email client.

Yahoo Mail

Unsupported

"<bdi>" is not supported in this email client.

HEY Mail

Unsupported

"<bdi>" is not supported in this email client.

Related Features

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.