Tamil Rupee Sign

Shortcodes

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

Unicode
U+0BF9
HTML Code
௹
HEX Code
௹
CSS Code
\BF9
JS/JSON
\u0BF9
Unix/C/PHP/JAVA
0xBF9
URL-encode
%E0%AF%B9
copied

Customize Tamil Rupee Sign Symbol

Customize ௹ symbol as you like and download Tamil 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 Tamil Rupee Sign symbol in HTML, CSS, and JS?

Insert ௹ Tamil Rupee Sign using HTML

1. Copy-paste Tamil Rupee Sign directly:
<span>௹</span>
2. HTML Decimal Code:
<span>&#3065;</span>
3. Hexadecimal Code:
<span>&#x0BF9;</span>
Preview:

Add Tamil Rupee Sign symbol with CSS

.tamil-rupee-sign::before {
    content: '\\BF9';
}
Preview: Tamil Rupee Sign

Tamil Rupee Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.tamil-rupee-sign').textContent = '௹';
2. Unicode Escape for ௹:
document.querySelector('.tamil-rupee-sign').textContent = '\u0BF9';
Preview: