Unicode Finder

"ও" U+0993(BENGALI LETTER O)

U+0993
ब्लॉक का नाम
Bengali
नाम
BENGALI LETTER O

Programming

C
\u0993
JavaScript
\u0993
Java
\u0993
Json
\u0993
Python
\u0993
Perl
\x{0993}
PHP
\x{0993}
Ruby
\u{0993}
Rust
\u{993}
Go
\u0993

Web

CSS
\000993
HtmlDecimal
ও
HtmlHexadecimal
ও
Url
%E0%A6%93

Code

MD5
bb451af1ed2435dbbfbc6bdb166ef336
Sha1
63bbc73983a9faedb0e4d37efec71b4743db69d6
Base64
4KaT

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u0993';
console.log(char);  // Output: ও

Java:

char c = '\u0993';
System.out.println(c);  // Output: ও

JSON:

{"text": "\u0993"}  // Value: ও

Python:

char = '\u0993'
print(char)  # Output: ও

Perl:

my $char = "\x{0993}";
print $char;  # Output: ও

PHP:

$char = "\x{0993}";
echo $char;  // Output: ও

Ruby:

char = "\u{0993}"
puts char  # Output: ও

Rust:

let c = '\u{993}';
println!("{}", c);  // Output: ও

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000993";  /* Display: ও */
}

HTML Decimal:

<p>HTML decimal: &#2451;</p>  <!-- Display: ও -->

HTML Hexadecimal:

<p>HTML hex: &#x0993;</p>  <!-- Display: ও -->

URL Encoding:

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

Encodings

MD5:

bb451af1ed2435dbbfbc6bdb166ef336

SHA1:

63bbc73983a9faedb0e4d37efec71b4743db69d6

Base64:

4KaT