C:
char c = '\u0934';
printf("%c\n", c); // Output: ऴ
JavaScript:
const char = '\u0934';
console.log(char); // Output: ऴ
Java:
char c = '\u0934';
System.out.println(c); // Output: ऴ
JSON:
{"text": "\u0934"} // Value: ऴ
Python:
char = '\u0934'
print(char) # Output: ऴ
Perl:
my $char = "\x{0934}";
print $char; # Output: ऴ
PHP:
$char = "\x{0934}";
echo $char; // Output: ऴ
Ruby:
char = "\u{0934}"
puts char # Output: ऴ
Rust:
let c = '\u{934}';
println!("{}", c); // Output: ऴ
Go:
char := '\u0934'
fmt.Printf("%c\n", char) // Output: ऴ
CSS:
/* CSS content property */
.element::before {
content: "\000934"; /* 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%A4%B4
MD5:
ac9024ae05af9e927970c134eb98b9c2
SHA1:
b7c86a966d0de732b199e3e014612f182898b9ea
Base64:
4KS0