Unicode Finder

"़" U+093C(DEVANAGARI SIGN NUKTA)

U+093C
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI SIGN NUKTA

Programming

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

Web

CSS
\00093C
HtmlDecimal
़
HtmlHexadecimal
़
Url
%E0%A4%BC

Code

MD5
e4e42e6040717924f2a2024121dbbe87
Sha1
f7ebb2da1831eebf2ee093ce5b5a1da36c6b284f
Base64
4KS8

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

Programming Languages

C:

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

JavaScript:

const char = '\u093C';
console.log(char);  // Output: ़

Java:

char c = '\u093C';
System.out.println(c);  // Output: ़

JSON:

{"text": "\u093C"}  // Value: ़

Python:

char = '\u093C'
print(char)  # Output: ़

Perl:

my $char = "\x{093C}";
print $char;  # Output: ़

PHP:

$char = "\x{093C}";
echo $char;  // Output: ़

Ruby:

char = "\u{093C}"
puts char  # Output: ़

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2364;</p>  <!-- Display: ़ -->

HTML Hexadecimal:

<p>HTML hex: &#x093C;</p>  <!-- Display: ़ -->

URL Encoding:

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

Encodings

MD5:

e4e42e6040717924f2a2024121dbbe87

SHA1:

f7ebb2da1831eebf2ee093ce5b5a1da36c6b284f

Base64:

4KS8