Unicode Finder

"व" U+0935(DEVANAGARI LETTER VA)

U+0935
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI LETTER VA

Programming

C
\u0935
JavaScript
\u0935
Java
\u0935
Json
\u0935
Python
\u0935
Perl
\x{0935}
PHP
\x{0935}
Ruby
\u{0935}
Rust
\u{935}
Go
\u0935

Web

CSS
\000935
HtmlDecimal
व
HtmlHexadecimal
व
Url
%E0%A4%B5

Code

MD5
fca3cf50a436722a3992e41f16d68b03
Sha1
5f954c0a74e389de6dae6ffb6e03a151d25027ba
Base64
4KS1

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

Programming Languages

C:

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

JavaScript:

const char = '\u0935';
console.log(char);  // Output: व

Java:

char c = '\u0935';
System.out.println(c);  // Output: व

JSON:

{"text": "\u0935"}  // Value: व

Python:

char = '\u0935'
print(char)  # Output: व

Perl:

my $char = "\x{0935}";
print $char;  # Output: व

PHP:

$char = "\x{0935}";
echo $char;  // Output: व

Ruby:

char = "\u{0935}"
puts char  # Output: व

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000935";  /* Display: व */
}

HTML Decimal:

<p>HTML decimal: &#2357;</p>  <!-- Display: व -->

HTML Hexadecimal:

<p>HTML hex: &#x0935;</p>  <!-- Display: व -->

URL Encoding:

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

Encodings

MD5:

fca3cf50a436722a3992e41f16d68b03

SHA1:

5f954c0a74e389de6dae6ffb6e03a151d25027ba

Base64:

4KS1