C:
char c = '\u0935';
printf("%c\n", c); // Output: व
JavaScript:
const char = '\u0935';
console.log(char); // Output: व
Java:
char c = '\u0935';
System.out.println(c); // Output: व
JSON:
{"text": "\u0935"} // Value: व
Python:
char = '\u0935'
print(char) # Output: व
Perl:
my $char = "\x{0935}";
print $char; # Output: व
PHP:
$char = "\x{0935}";
echo $char; // Output: व
Ruby:
char = "\u{0935}"
puts char # Output: व
Rust:
let c = '\u{935}';
println!("{}", c); // Output: व
Go:
char := '\u0935'
fmt.Printf("%c\n", char) // Output: व
CSS:
/* CSS content property */
.element::before {
content: "\000935"; /* 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%B5
MD5:
fca3cf50a436722a3992e41f16d68b03
SHA1:
5f954c0a74e389de6dae6ffb6e03a151d25027ba
Base64:
4KS1