C:
char c = '\u0975';
printf("%c\n", c); // Output: ॵ
JavaScript:
const char = '\u0975';
console.log(char); // Output: ॵ
Java:
char c = '\u0975';
System.out.println(c); // Output: ॵ
JSON:
{"text": "\u0975"} // Value: ॵ
Python:
char = '\u0975'
print(char) # Output: ॵ
Perl:
my $char = "\x{0975}";
print $char; # Output: ॵ
PHP:
$char = "\x{0975}";
echo $char; // Output: ॵ
Ruby:
char = "\u{0975}"
puts char # Output: ॵ
Rust:
let c = '\u{975}';
println!("{}", c); // Output: ॵ
Go:
char := '\u0975'
fmt.Printf("%c\n", char) // Output: ॵ
CSS:
/* CSS content property */
.element::before {
content: "\000975"; /* 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%B5
MD5:
b1a818a19101df37c45b6e372df47dba
SHA1:
746c6d93ed4bce2dfa8b697a3e8d0dce9fb48e61
Base64:
4KW1