| Symbolname | Indian Rupee Sign |
| Unicode-Version | 6.0 |
| Unicode | U+20B9 |
| Unicode-Block | |
| Allgemeine Kategorie | Currency Symbol (Sc) |
| CSS-Code | \20B9 |
| Hexadezimalcode | 0x20B9 |
| HTML-Code | ₹ |
| LaTeX | \textindianrupee |
| Symbol | ₹ |
| URL-Kodierung (UTF-8-Prozent) | %E2%82%B9 |
| Ansagename (Screenreader) | Indian Rupee Sign |
| UTF-8 | E2 82 B9 |
| UTF-16 | 20B9 |
| UTF-32 | 000020B9 |
1\documentclass{article}2\usepackage{pifont}3\textindianrupee4\end{document}Sie können das Symbol indian rupee sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8377 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "rupee", or enable Unicode Hex Input.
Ctrl + Shift + U, type 20b9, then Enter (layout-dependent).
Long-press the $ key, or use the symbol picker.
Long-press the $ key on many keyboards, or paste from this page.
1span.rupee::before { content: "\20B9"; }1<span>₹</span>Die Darstellung des Symbols Indian Rupee Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u20B9' or String.fromCodePoint(0x20B9) |
| Python | '\N{INDIAN RUPEE SIGN}' or chr(8377) |
| Rust | '\u{20B9}' |
| C / C++ | UTF-8 source or wchar_t with U+20B9 |
| Go | string(rune(0x20B9)) |
| Ruby | "\u20B9" |