C:
char c = '\u0956';
printf("%c\n", c); // Output: ॖ
JavaScript:
const char = '\u0956';
console.log(char); // Output: ॖ
Java:
char c = '\u0956';
System.out.println(c); // Output: ॖ
JSON:
{"text": "\u0956"} // Value: ॖ
Python:
char = '\u0956'
print(char) # Output: ॖ
Perl:
my $char = "\x{0956}";
print $char; # Output: ॖ
PHP:
$char = "\x{0956}";
echo $char; // Output: ॖ
Ruby:
char = "\u{0956}"
puts char # Output: ॖ
Rust:
let c = '\u{956}';
println!("{}", c); // Output: ॖ
Go:
char := '\u0956'
fmt.Printf("%c\n", char) // Output: ॖ
CSS:
/* CSS content property */
.element::before {
content: "\000956"; /* 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%96
MD5:
419299764ca4082e41721dcac46fc5ba
SHA1:
80fca5bc345b837f123de5db797bf12832dfa7a3
Base64:
4KWW