C:
char c = '\u0957';
printf("%c\n", c); // Output: ॗ
JavaScript:
const char = '\u0957';
console.log(char); // Output: ॗ
Java:
char c = '\u0957';
System.out.println(c); // Output: ॗ
JSON:
{"text": "\u0957"} // Value: ॗ
Python:
char = '\u0957'
print(char) # Output: ॗ
Perl:
my $char = "\x{0957}";
print $char; # Output: ॗ
PHP:
$char = "\x{0957}";
echo $char; // Output: ॗ
Ruby:
char = "\u{0957}"
puts char # Output: ॗ
Rust:
let c = '\u{957}';
println!("{}", c); // Output: ॗ
Go:
char := '\u0957'
fmt.Printf("%c\n", char) // Output: ॗ
CSS:
/* CSS content property */
.element::before {
content: "\000957"; /* Display: ॗ */
}
HTML Decimal:
<p>HTML decimal: ॗ</p> <!-- Display: ॗ -->
HTML Hexadecimal:
<p>HTML hex: ॗ</p> <!-- Display: ॗ -->
URL Encoding:
// ॗ URL encoding
https://unicodefinder.com/search.php?query=%E0%A5%97
MD5:
67af8dc11aa57660f5dc5bede7c716c3
SHA1:
18b0846e129dcf4dba0554b024024f1a20ad8483
Base64:
4KWX