Unicode Finder

"ॷ" U+0977(DEVANAGARI LETTER UUE)

U+0977
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI LETTER UUE

Programming

C
\u0977
JavaScript
\u0977
Java
\u0977
Json
\u0977
Python
\u0977
Perl
\x{0977}
PHP
\x{0977}
Ruby
\u{0977}
Rust
\u{977}
Go
\u0977

Web

CSS
\000977
HtmlDecimal
ॷ
HtmlHexadecimal
ॷ
Url
%E0%A5%B7

Code

MD5
a9158e9e04e55d42a7f95ae762606805
Sha1
11bef59ea538f6e145b29cfb00ca049050739597
Base64
4KW3

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

Programming Languages

C:

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

JavaScript:

const char = '\u0977';
console.log(char);  // Output: ॷ

Java:

char c = '\u0977';
System.out.println(c);  // Output: ॷ

JSON:

{"text": "\u0977"}  // Value: ॷ

Python:

char = '\u0977'
print(char)  # Output: ॷ

Perl:

my $char = "\x{0977}";
print $char;  # Output: ॷ

PHP:

$char = "\x{0977}";
echo $char;  // Output: ॷ

Ruby:

char = "\u{0977}"
puts char  # Output: ॷ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000977";  /* Display: ॷ */
}

HTML Decimal:

<p>HTML decimal: &#2423;</p>  <!-- Display: ॷ -->

HTML Hexadecimal:

<p>HTML hex: &#x0977;</p>  <!-- Display: ॷ -->

URL Encoding:

// ॷ URL encoding
https://unicodefinder.com/search.php?query=%E0%A5%B7

Encodings

MD5:

a9158e9e04e55d42a7f95ae762606805

SHA1:

11bef59ea538f6e145b29cfb00ca049050739597

Base64:

4KW3