Unicode Finder

"ॼ" U+097C(DEVANAGARI LETTER JJA)

U+097C
ब्लॉक का नाम
Devanagari
नाम
DEVANAGARI LETTER JJA

Programming

C
\u097C
JavaScript
\u097C
Java
\u097C
Json
\u097C
Python
\u097C
Perl
\x{097C}
PHP
\x{097C}
Ruby
\u{097C}
Rust
\u{97C}
Go
\u097C

Web

CSS
\00097C
HtmlDecimal
ॼ
HtmlHexadecimal
ॼ
Url
%E0%A5%BC

Code

MD5
4bb836271a41b6284b610a9d825c71e8
Sha1
322341be5304bbb2f1de7d4339e92ea3b90d8702
Base64
4KW8

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

Programming Languages

C:

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

JavaScript:

const char = '\u097C';
console.log(char);  // Output: ॼ

Java:

char c = '\u097C';
System.out.println(c);  // Output: ॼ

JSON:

{"text": "\u097C"}  // Value: ॼ

Python:

char = '\u097C'
print(char)  # Output: ॼ

Perl:

my $char = "\x{097C}";
print $char;  # Output: ॼ

PHP:

$char = "\x{097C}";
echo $char;  // Output: ॼ

Ruby:

char = "\u{097C}"
puts char  # Output: ॼ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2428;</p>  <!-- Display: ॼ -->

HTML Hexadecimal:

<p>HTML hex: &#x097C;</p>  <!-- Display: ॼ -->

URL Encoding:

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

Encodings

MD5:

4bb836271a41b6284b610a9d825c71e8

SHA1:

322341be5304bbb2f1de7d4339e92ea3b90d8702

Base64:

4KW8

© 2025 Unicode Finder

ॼ U+097C DEVANAGARI LETTER JJA यूनिकोड वर्ण - Unicode Finder

Contact: d2@fanqiang.me