| Symbol Name | Tamil Rupee Sign |
| Unicode Version | 4.0 |
| Unicode | U+0BF9 |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \0BF9 |
| Hex Code | 0x0BF9 |
| HTML Code | ௹ |
| LaTeX | \texttamilrupee |
| Symbol | ௹ |
| URL encode (UTF-8 percent) | %E0%AF%B9 |
| Spoken / screen reader name | Tamil Rupee Sign |
| UTF-8 | E0 AF B9 |
| UTF-16 | 0BF9 |
| UTF-32 | 00000BF9 |
1\documentclass{article}2\usepackage{pifont}3\texttamilrupee4\end{document}You can type the tamil rupee sign symbol on most modern devices with the help of following methods:
Alt + 3065 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "rupee", or enable Unicode Hex Input.
Ctrl + Shift + U, type 0bf9, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.tamil-rupee::before { content: "\0BF9"; }1<span>௹</span>Tamil Rupee Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u0BF9' or String.fromCodePoint(0x0BF9) |
| Python | '\N{TAMIL RUPEE SIGN}' or chr(3065) |
| Rust | '\u{0BF9}' |
| C / C++ | UTF-8 source or wchar_t with U+0BF9 |
| Go | string(rune(0x0BF9)) |
| Ruby | "\u0BF9" |