Unicode Finder

"ি" U+09BF(BENGALI VOWEL SIGN I)

ি
U+09BF
ব্লক নাম
Bengali
নাম
BENGALI VOWEL SIGN I

Programming

C
\u09BF
JavaScript
\u09BF
Java
\u09BF
Json
\u09BF
Python
\u09BF
Perl
\x{09BF}
PHP
\x{09BF}
Ruby
\u{09BF}
Rust
\u{9BF}
Go
\u09BF

Web

CSS
\0009BF
HtmlDecimal
ি
HtmlHexadecimal
ি
Url
%E0%A6%BF

Code

MD5
60c3da022049572491e25b1f75c1fec0
Sha1
1bd80bd2369d59d2a1b75db46f6c66e4f1e49038
Base64
4Ka/

ব্যবহারের উদাহরণ

Programming Languages

C:

char c = '\u09BF';
printf("%c\n", c);  // Output: ি

JavaScript:

const char = '\u09BF';
console.log(char);  // Output: ি

Java:

char c = '\u09BF';
System.out.println(c);  // Output: ি

JSON:

{"text": "\u09BF"}  // Value: ি

Python:

char = '\u09BF'
print(char)  # Output: ি

Perl:

my $char = "\x{09BF}";
print $char;  # Output: ি

PHP:

$char = "\x{09BF}";
echo $char;  // Output: ি

Ruby:

char = "\u{09BF}"
puts char  # Output: ি

Rust:

let c = '\u{9BF}';
println!("{}", c);  // Output: ি

Go:

char := '\u09BF'
fmt.Printf("%c\n", char)  // Output: ি

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0009BF";  /* Display: ি */
}

HTML Decimal:

<p>HTML decimal: &#2495;</p>  <!-- Display: ি -->

HTML Hexadecimal:

<p>HTML hex: &#x09BF;</p>  <!-- Display: ি -->

URL Encoding:

// ি URL encoding
https://unicodefinder.com/search.php?query=%E0%A6%BF

Encodings

MD5:

60c3da022049572491e25b1f75c1fec0

SHA1:

1bd80bd2369d59d2a1b75db46f6c66e4f1e49038

Base64:

4Ka/

© 2025 Unicode Finder

ি U+09BF BENGALI VOWEL SIGN I ইউনিক্ষর - Unicode Finder

Contact: d2@fanqiang.me