Bengali Rupee Mark Symbol ৲
৲
Copy to Clipboard
Bengali Rupee Mark Symbol Information
Symbol Name | Bengali Rupee Mark |
Unicode Version | 1.1 (June 1993) |
Unicode | U+09F2 |
CSS Code | \09F2 |
Hex Code | ৲ |
HTML Code | ৲ |
Alt Code | 09F2 |
Bengali Rupee Mark Symbol Encoding
UTF-8 | 0xE0 0xA7 0xB2 |
UTF-16 | 0x09F2 |
UTF-32 | 0x000009F2 |
Table of contents
- Bengali Rupee Mark PNG and SVG files
- How to type bengali rupee mark on Microsoft Word
- How to type bengali rupee mark on Microsoft Windows
- How to type bengali rupee mark on Mac OS
- How to type bengali rupee mark on Linux
- How to type bengali rupee mark on IOS and Android
- How to use bengali rupee mark in CSS
- How to use bengali rupee mark in HTML
- Bengali Rupee Mark representation in programming languages
Bengali Rupee Mark symbol's PNG and SVG files
How to add bengali rupee mark symbol via keyboard on different Operating systems
You can type the bengali rupee mark on most modern devices with the help of following methods:
How to type bengali rupee mark symbol on Microsoft Word
You can type the bengali rupee mark on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 0 9 F 2
- Without moving the cursor press keys Alt + x together
- The original 0 9 F 2 is now transformed into ৲
How to type bengali rupee mark symbol on Microsoft Windows
You can type the bengali rupee mark on Microsoft windows using following steps:
- Hold Alt and press 0 9 F 2 to type bengali rupee mark on your windows machine.
How to type bengali rupee mark symbol on Mac OS
You can type the bengali rupee mark on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type “Bengali Rupee Mark” in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text
How to type bengali rupee mark symbol on Linux
You can type the bengali rupee mark on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 0 9 F 2 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type bengali rupee mark symbol on IOS and Android
The easiest way to type the bengali rupee mark on ios and android is to copy and paste it wherever you need it.
How to use bengali rupee mark in CSS
Copy
// css example
span {
content: "\09F2";
}
How to type bengali rupee mark in HTML
Copy
// html example
<span>৲</span>
Bengali Rupee Mark symbol representation in programming languages
bengali rupee mark's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{9F2} |
Ruby | \u{9F2} |
Python | \u09F2 |
PHP | \u{9F2} |
Perl | "\x{9F2}" |
Java | \u09F2 |
Modern JavaScript - Since ES6 | \u{9F2} |
JavaScript | \u09F2 |
Go | \u09F2 |
C# | \u09F2 |
C and C++ | \u09F2 |
Bash and Zsh - inside echo -e | \u09F2 |
RFC 5137 | \u'09F2' |