C:
char c = '\u0952';
printf("%c\n", c); // Output: ॒
JavaScript:
const char = '\u0952';
console.log(char); // Output: ॒
Java:
char c = '\u0952';
System.out.println(c); // Output: ॒
JSON:
{"text": "\u0952"} // Value: ॒
Python:
char = '\u0952'
print(char) # Output: ॒
Perl:
my $char = "\x{0952}";
print $char; # Output: ॒
PHP:
$char = "\x{0952}";
echo $char; // Output: ॒
Ruby:
char = "\u{0952}"
puts char # Output: ॒
Rust:
let c = '\u{952}';
println!("{}", c); // Output: ॒
Go:
char := '\u0952'
fmt.Printf("%c\n", char) // Output: ॒
CSS:
/* CSS content property */
.element::before {
content: "\000952"; /* 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%92
MD5:
a1266ee7880fcb35b42ccad6a8fcbd66
SHA1:
b14118c518db6ccc9e6168ffb1d49fd5ba28114d
Base64:
4KWS