| Symbolname | Tamil Rupee Sign |
| Unicode-Version | 4.0 |
| Unicode | U+0BF9 |
| Unicode-Block | |
| Allgemeine Kategorie | Currency Symbol (Sc) |
| CSS-Code | \0BF9 |
| Hexadezimalcode | 0x0BF9 |
| HTML-Code | ௹ |
| LaTeX | \texttamilrupee |
| Symbol | ௹ |
| URL-Kodierung (UTF-8-Prozent) | %E0%AF%B9 |
| Ansagename (Screenreader) | Tamil Rupee Sign |
| UTF-8 | E0 AF B9 |
| UTF-16 | 0BF9 |
| UTF-32 | 00000BF9 |
1\documentclass{article}2\usepackage{pifont}3\texttamilrupee4\end{document}Sie können das Symbol tamil rupee sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Tamil Rupee Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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" |