copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ই'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ই
Overview
ই (BENGALI LETTER I) is the Unicode character at code point U+0987. It belongs to the Bengali block, in the Other Letter (Lo) general category. Its script is Beng.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0987 | |
| decimal | 2439 | |
| htmldecimal | ই | |
| htmlhex | ই | |
| css | \0987 | |
| javascript | \u{987} | |
| python | \u0987 | |
| java | \u0987 | |
| go | \u0987 | |
| ruby | \u{987} | |
| rust | \u{987} | |
| ccpp | \u0987 | |
| urlencoded | %E0%A6%87 | |
| utf8bytes | e0 a6 87 | |
| utf16bebytes | 09 87 | |
| utf32bebytes | 00 00 09 87 |
How to Use
HTML:
ই
CSS:
content: "\0987"
JavaScript:
"\u{987}"
Python:
"\u0987"
Properties
Frequently Asked Questions
What is the ই character (BENGALI LETTER I)?
ই (BENGALI LETTER I) is the Unicode character U+0987.
What is the Unicode codepoint of BENGALI LETTER I?
The BENGALI LETTER I character (ই) has codepoint U+0987.
How do I type or copy BENGALI LETTER I?
Copy ই directly, or use the HTML entity, UTF-8, and code encodings shown on this page.