| Nom du symbole | Tamil Rupee Sign |
| Version Unicode | 4.0 |
| Unicode | U+0BF9 |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS | \0BF9 |
| Code hexadécimal | 0x0BF9 |
| Code HTML | ௹ |
| LaTeX | \texttamilrupee |
| Symbole | ௹ |
| Encodage URL (pourcent UTF-8) | %E0%AF%B9 |
| Nom oral / lecteur d’écran | Tamil Rupee Sign |
| UTF-8 | E0 AF B9 |
| UTF-16 | 0BF9 |
| UTF-32 | 00000BF9 |
1\documentclass{article}2\usepackage{pifont}3\texttamilrupee4\end{document}Vous pouvez saisir le symbole tamil rupee sign sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Tamil Rupee Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |