Bengali rupee sign (৳) is Unicode U+09F3 in the Bengali block. It is the usual currency glyph for Bangladeshi taka (BDT). HTML has no standard named entity — use numeric or CSS forms (or type the character in UTF-8).
Remember
Character ৳
Unicode U+09F3
Hex entity ৳
Decimal ৳
Named entity (none)
CSS escape \09F3
Not the same ৲ U+09F2 · ₹ U+20B9
All of these produce the same glyph: ৳. Prefer typing ৳ in UTF-8 when you can; use ৳ / ৳ or CSS for generated content.
Screen readers may not announce the currency. Pair ৳ with taka or BDT.
Fonts
Need Bengali coverage
Some UI fonts omit U+09F3. Prefer fonts with solid Bengali script support.
CSS vs HTML
Do not mix escapes
\09F3 belongs in CSS. ৳ / ৳ belong in HTML.
Compatibility
Browser Support
Bengali rupee sign (U+09F3) and its entity forms (৳, ৳, CSS \\09F3) are supported in all mainstream browsers. Glyph quality depends on font support for the Bengali block.
✓ Universal support
Bengali Rupee Sign (৳)
Type ৳, or encode with 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+09F3 / entitiesFull support
Bottom line: Prefer a typed ৳ or ৳ for BDT amounts. Use decimal when generating markup, and \\09F3 only inside CSS content.
Remember
Key Takeaways
Unicode: Bengali rupee sign is U+09F3 (decimal 2547).
HTML: use ৳ or ৳ (no named entity).
CSS: use \09F3 inside content for generated icons.
Watch out: ৳ ≠ ৲ ≠ ₹.
One line:U+09F3 → ৳ / ৳ / CSS \09F3.
Frequently Asked Questions
Use ৳ (hex), ৳ (decimal), or the CSS escape \09F3 in the content property. All render ৳. You can also paste ৳ directly if your file is UTF-8. There is no standard named entity.
U+09F3 (hex 09F3, decimal 2547). Unicode names it BENGALI RUPEE SIGN. It belongs to the Bengali block.
No. HTML5 / WHATWG does not define a named character reference for U+09F3. Prefer ৳, ৳, or a typed ৳ in UTF-8.
৳ (U+09F3) is the common Bengali / taka currency sign. ৲ (U+09F2) is Bengali rupee mark. ₹ (U+20B9) is Indian rupee (INR). They are different code points — do not swap them.
HTML entities (৳ or ৳) go in markup. The CSS escape \09F3 is used in stylesheets (usually in the content property of ::before/::after). Both render ৳.
For Bangladeshi taka (BDT) prices, Bengali finance UI, and currency labels. Pair the glyph with BDT or the word taka so the amount is clear.
🤔
Did you know?
Bengali rupee sign is Unicode U+09F3 (decimal 2547) in the Bengali block — official name BENGALI RUPEE SIGN. It is the common glyph for Bangladeshi taka (BDT). There is no standard named HTML entity. It is not Bengali rupee mark (U+09F2 ৲) or Indian rupee (U+20B9 ₹).