Bengali Rupee Mark

Shortcodes

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

Unicode
U+09F2
HTML Code
৲
HEX Code
৲
CSS Code
\9F2
JS/JSON
\u09F2
Unix/C/PHP/JAVA
0x9F2
URL-encode
%E0%A7%B2
copied

Customize Bengali Rupee Mark Symbol

Customize ৲ symbol as you like and download Bengali Rupee Mark 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 Mark symbol in HTML, CSS, and JS?

Insert ৲ Bengali Rupee Mark using HTML

1. Copy-paste Bengali Rupee Mark directly:
<span>৲</span>
2. HTML Decimal Code:
<span>&#2546;</span>
3. Hexadecimal Code:
<span>&#x09F2;</span>
Preview:

Add Bengali Rupee Mark symbol with CSS

.bengali-rupee-mark::before {
    content: '\\9F2';
}
Preview: Bengali Rupee Mark

Bengali Rupee Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.bengali-rupee-mark').textContent = '৲';
2. Unicode Escape for ৲:
document.querySelector('.bengali-rupee-mark').textContent = '\u09F2';
Preview: