| Nom du symbole | Bengali Rupee Mark |
| Version Unicode | 1.1 |
| Unicode | U+09F2 |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS |
| UTF-8 | E0 A7 B2 |
| UTF-16 | 09F2 |
| UTF-32 | 000009F2 |
1\documentclass{article}2\usepackage{pifont}3\textbengalirupee4\end{document}Vous pouvez saisir le symbole bengali rupee mark sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 2546 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "rupee", or enable Unicode Hex Input.
Ctrl + Shift + U, type 09f2, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.bengali-rupee::before { content: "\09F2"; }1<span>৲</span>La représentation du symbole Bengali Rupee Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u09F2' or String.fromCodePoint(0x09F2) |
| Python | '\N{BENGALI RUPEE MARK}' or chr(2546) |
| Rust | '\u{09F2}' |
| C / C++ | UTF-8 source or wchar_t with U+09F2 |
| Go | string(rune(0x09F2)) |
| Ruby | "\u09F2" |
\09F2 |
| Code hexadécimal | 0x09F2 |
| Code HTML | ৲ |
| LaTeX | \textbengalirupee |
| Symbole | ৲ |
| Encodage URL (pourcent UTF-8) | %E0%A7%B2 |
| Nom oral / lecteur d’écran | Bengali Rupee Mark |