Unicode Finder

"শ" U+09B6(BENGALI LETTER SHA)

U+09B6
ব্লক নাম
Bengali
নাম
BENGALI LETTER SHA

Programming

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

Web

CSS
\0009B6
HtmlDecimal
শ
HtmlHexadecimal
শ
Url
%E0%A6%B6

Code

MD5
431a971dbf1b0214724f5af9a23948b6
Sha1
0d6710ad92ced3e2abe9d86184b6b37fe0f0ac2b
Base64
4Ka2

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

Programming Languages

C:

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

JavaScript:

const char = '\u09B6';
console.log(char);  // Output: শ

Java:

char c = '\u09B6';
System.out.println(c);  // Output: শ

JSON:

{"text": "\u09B6"}  // Value: শ

Python:

char = '\u09B6'
print(char)  # Output: শ

Perl:

my $char = "\x{09B6}";
print $char;  # Output: শ

PHP:

$char = "\x{09B6}";
echo $char;  // Output: শ

Ruby:

char = "\u{09B6}"
puts char  # Output: শ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2486;</p>  <!-- Display: শ -->

HTML Hexadecimal:

<p>HTML hex: &#x09B6;</p>  <!-- Display: শ -->

URL Encoding:

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

Encodings

MD5:

431a971dbf1b0214724f5af9a23948b6

SHA1:

0d6710ad92ced3e2abe9d86184b6b37fe0f0ac2b

Base64:

4Ka2