C:
char c = '\u0965';
printf("%c\n", c); // Output: ॥
JavaScript:
const char = '\u0965';
console.log(char); // Output: ॥
Java:
char c = '\u0965';
System.out.println(c); // Output: ॥
JSON:
{"text": "\u0965"} // Value: ॥
Python:
char = '\u0965'
print(char) # Output: ॥
Perl:
my $char = "\x{0965}";
print $char; # Output: ॥
PHP:
$char = "\x{0965}";
echo $char; // Output: ॥
Ruby:
char = "\u{0965}"
puts char # Output: ॥
Rust:
let c = '\u{965}';
println!("{}", c); // Output: ॥
Go:
char := '\u0965'
fmt.Printf("%c\n", char) // Output: ॥
CSS:
/* CSS content property */
.element::before {
content: "\000965"; /* 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%A5
MD5:
70eb981f9833b62566c357c72835a71c
SHA1:
57b1e0c67ea78156ac6b6ba2d4b415288cef60d6
Base64:
4KWl