Unicode Finder

"ह" U+0939(DEVANAGARI LETTER HA)

U+0939
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI LETTER HA

Programming

C
\u0939
JavaScript
\u0939
Java
\u0939
Json
\u0939
Python
\u0939
Perl
\x{0939}
PHP
\x{0939}
Ruby
\u{0939}
Rust
\u{939}
Go
\u0939

Web

CSS
\000939
HtmlDecimal
ह
HtmlHexadecimal
ह
Url
%E0%A4%B9

Code

MD5
9b57b22690cdd71c6c27c29cb3eb5a83
Sha1
601b68ba0eba110964eb9ac5bdb7fbad408c5193
Base64
4KS5

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

Programming Languages

C:

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

JavaScript:

const char = '\u0939';
console.log(char);  // Output: ह

Java:

char c = '\u0939';
System.out.println(c);  // Output: ह

JSON:

{"text": "\u0939"}  // Value: ह

Python:

char = '\u0939'
print(char)  # Output: ह

Perl:

my $char = "\x{0939}";
print $char;  # Output: ह

PHP:

$char = "\x{0939}";
echo $char;  // Output: ह

Ruby:

char = "\u{0939}"
puts char  # Output: ह

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000939";  /* Display: ह */
}

HTML Decimal:

<p>HTML decimal: &#2361;</p>  <!-- Display: ह -->

HTML Hexadecimal:

<p>HTML hex: &#x0939;</p>  <!-- Display: ह -->

URL Encoding:

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

Encodings

MD5:

9b57b22690cdd71c6c27c29cb3eb5a83

SHA1:

601b68ba0eba110964eb9ac5bdb7fbad408c5193

Base64:

4KS5