Unicode Finder

"ऽ" U+093D(DEVANAGARI SIGN AVAGRAHA)

U+093D
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI SIGN AVAGRAHA

Programming

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

Web

CSS
\00093D
HtmlDecimal
ऽ
HtmlHexadecimal
ऽ
Url
%E0%A4%BD

Code

MD5
0800c90c0c2c7ff689fa3f0c8b5ef4c4
Sha1
2cc143016070430545f983b8259b189fcf8f077b
Base64
4KS9

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

Programming Languages

C:

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

JavaScript:

const char = '\u093D';
console.log(char);  // Output: ऽ

Java:

char c = '\u093D';
System.out.println(c);  // Output: ऽ

JSON:

{"text": "\u093D"}  // Value: ऽ

Python:

char = '\u093D'
print(char)  # Output: ऽ

Perl:

my $char = "\x{093D}";
print $char;  # Output: ऽ

PHP:

$char = "\x{093D}";
echo $char;  // Output: ऽ

Ruby:

char = "\u{093D}"
puts char  # Output: ऽ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2365;</p>  <!-- Display: ऽ -->

HTML Hexadecimal:

<p>HTML hex: &#x093D;</p>  <!-- Display: ऽ -->

URL Encoding:

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

Encodings

MD5:

0800c90c0c2c7ff689fa3f0c8b5ef4c4

SHA1:

2cc143016070430545f983b8259b189fcf8f077b

Base64:

4KS9