| Nome del simbolo | Tamil Rupee Sign |
| Versione Unicode | 4.0 |
| Unicode | U+0BF9 |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \0BF9 |
| Codice esadecimale | 0x0BF9 |
| Codice HTML | ௹ |
| LaTeX | \texttamilrupee |
| Simbolo | ௹ |
| Codifica URL (percentuale UTF-8) | %E0%AF%B9 |
| Nome parlato / screen reader | Tamil Rupee Sign |
| UTF-8 | E0 AF B9 |
| UTF-16 | 0BF9 |
| UTF-32 | 00000BF9 |
1\documentclass{article}2\usepackage{pifont}3\texttamilrupee4\end{document}Puoi digitare il simbolo tamil rupee sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Tamil Rupee Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |