Unicode Finder

"ऻ" U+093B(DEVANAGARI VOWEL SIGN OOE)

U+093B
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI VOWEL SIGN OOE

Programming

C
\u093B
JavaScript
\u093B
Java
\u093B
Json
\u093B
Python
\u093B
Perl
\x{093B}
PHP
\x{093B}
Ruby
\u{093B}
Rust
\u{93B}
Go
\u093B

Web

CSS
\00093B
HtmlDecimal
ऻ
HtmlHexadecimal
ऻ
Url
%E0%A4%BB

Code

MD5
112741db1eaa3eeb859757ffe2dd1059
Sha1
8023c33403e678750960def9545188008b31865b
Base64
4KS7

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

Programming Languages

C:

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

JavaScript:

const char = '\u093B';
console.log(char);  // Output: ऻ

Java:

char c = '\u093B';
System.out.println(c);  // Output: ऻ

JSON:

{"text": "\u093B"}  // Value: ऻ

Python:

char = '\u093B'
print(char)  # Output: ऻ

Perl:

my $char = "\x{093B}";
print $char;  # Output: ऻ

PHP:

$char = "\x{093B}";
echo $char;  // Output: ऻ

Ruby:

char = "\u{093B}"
puts char  # Output: ऻ

Rust:

let c = '\u{93B}';
println!("{}", c);  // Output: ऻ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00093B";  /* Display: ऻ */
}

HTML Decimal:

<p>HTML decimal: &#2363;</p>  <!-- Display: ऻ -->

HTML Hexadecimal:

<p>HTML hex: &#x093B;</p>  <!-- Display: ऻ -->

URL Encoding:

// ऻ URL encoding
https://unicodefinder.com/search.php?query=%E0%A4%BB

Encodings

MD5:

112741db1eaa3eeb859757ffe2dd1059

SHA1:

8023c33403e678750960def9545188008b31865b

Base64:

4KS7