| Nombre del símbolo | Tamil Rupee Sign |
| Versión Unicode | 4.0 |
| Unicode | U+0BF9 |
| Bloque Unicode | |
| Categoría general | Currency Symbol (Sc) |
| Código CSS | \0BF9 |
| Código hexadecimal | 0x0BF9 |
| Código HTML | ௹ |
| LaTeX | \texttamilrupee |
| Símbolo | ௹ |
| Codificación URL (porcentaje UTF-8) | %E0%AF%B9 |
| Nombre oral / lector de pantalla | Tamil Rupee Sign |
| UTF-8 | E0 AF B9 |
| UTF-16 | 0BF9 |
| UTF-32 | 00000BF9 |
1\documentclass{article}2\usepackage{pifont}3\texttamilrupee4\end{document}Puedes escribir el símbolo tamil rupee sign en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Tamil Rupee Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |