Bengali Rupee Sign

Shortcodes

Copy and paste codes for Bengali Rupee Sign symbol ৳ to use in your websites, apps, blogs, and more.

Unicode
U+09F3
HTML Code
৳
HEX Code
৳
CSS Code
\9F3
JS/JSON
\u09F3
Unix/C/PHP/JAVA
0x9F3
URL-encode
%E0%A7%B3
copied

Customize Bengali Rupee Sign Symbol

Customize ৳ symbol as you like and download Bengali Rupee Sign as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Bengali Rupee Sign symbol in HTML, CSS, and JS?

Insert ৳ Bengali Rupee Sign using HTML

1. Copy-paste Bengali Rupee Sign directly:
<span>৳</span>
2. HTML Decimal Code:
<span>&#2547;</span>
3. Hexadecimal Code:
<span>&#x09F3;</span>
Preview:

Add Bengali Rupee Sign symbol with CSS

.bengali-rupee-sign::before {
    content: '\\9F3';
}
Preview: Bengali Rupee Sign

Bengali Rupee Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.bengali-rupee-sign').textContent = '৳';
2. Unicode Escape for ৳:
document.querySelector('.bengali-rupee-sign').textContent = '\u09F3';
Preview: