| Symboolnaam | Bengali Rupee Mark |
| Unicode-versie | 1.1 |
| Unicode | U+09F2 |
| Unicode-blok | |
| Algemene categorie | Currency Symbol (Sc) |
| CSS-code | \09F2 |
| Hexadecimale code | 0x09F2 |
| HTML-code | ৲ |
| LaTeX | \textbengalirupee |
| Symbool | ৲ |
| URL-codering (UTF-8 procent) | %E0%A7%B2 |
| Uitgesproken naam / schermlezer | Bengali Rupee Mark |
| UTF-8 | E0 A7 B2 |
| UTF-16 | 09F2 |
| UTF-32 | 000009F2 |
1\documentclass{article}2\usepackage{pifont}3\textbengalirupee4\end{document}Je kunt het bengali rupee mark-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Bengali Rupee Mark-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |