Unicode Finder

"০" U+09E6(BENGALI DIGIT ZERO)

U+09E6
ব্লক নাম
Bengali
নাম
BENGALI DIGIT ZERO

Programming

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

Web

CSS
\0009E6
HtmlDecimal
০
HtmlHexadecimal
০
Url
%E0%A7%A6

Code

MD5
4e54bf6e123e0162ca258cdc1fc7de3b
Sha1
a8fc6aedd9411582d4f2931fbeb5d6085a4fbe62
Base64
4Kem

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

Programming Languages

C:

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

JavaScript:

const char = '\u09E6';
console.log(char);  // Output: ০

Java:

char c = '\u09E6';
System.out.println(c);  // Output: ০

JSON:

{"text": "\u09E6"}  // Value: ০

Python:

char = '\u09E6'
print(char)  # Output: ০

Perl:

my $char = "\x{09E6}";
print $char;  # Output: ০

PHP:

$char = "\x{09E6}";
echo $char;  // Output: ০

Ruby:

char = "\u{09E6}"
puts char  # Output: ০

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2534;</p>  <!-- Display: ০ -->

HTML Hexadecimal:

<p>HTML hex: &#x09E6;</p>  <!-- Display: ০ -->

URL Encoding:

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

Encodings

MD5:

4e54bf6e123e0162ca258cdc1fc7de3b

SHA1:

a8fc6aedd9411582d4f2931fbeb5d6085a4fbe62

Base64:

4Kem

© 2025 Unicode Finder

০ U+09E6 BENGALI DIGIT ZERO ইউনিক্ষর - Unicode Finder

Contact: d2@fanqiang.me