Technical information

Symbol
NameBengali rupee sign
Unicode numberU+09F3
CategoryPresently Currency Symbols
DescriptionThe Unicode character ৳, or U+09F3, is known as the "Bengali Rupee Sign". It belongs to the "Bengali" block and falls under the "Currency Symbol" category in the Unicode standard. This character is a currency symbol used in Bangladesh and is denoted by a stylized "Tk", which stands for Taka, the official currency of Bangladesh. In written text, it's used to denote a quantity of money. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entity৳
HTML Entity (hex)৳
URL Escape Code%E0%A7%B3
UTF-8 (hex)0xE0 0xA7 0xB3
UTF-8 (binary)11100000:10100111:10110011
UTF-160x09F3
UTF-320x000009F3

Source Code

C, C++, and Java"\u09F3"
CSS Code\09F3
JavaScript"\u09F3"
Perl\x{09F3}
Python 2u"\u09F3"
Python 3\u09F3
Ruby\u{09F3}

Preview

This Unicode character looks like this ৳ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#2547;</span>

            
span {
    content: "\09F3";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References