C:
char c = '\u0948';
printf("%c\n", c); // Output: ै
JavaScript:
const char = '\u0948';
console.log(char); // Output: ै
Java:
char c = '\u0948';
System.out.println(c); // Output: ै
JSON:
{"text": "\u0948"} // Value: ै
Python:
char = '\u0948'
print(char) # Output: ै
Perl:
my $char = "\x{0948}";
print $char; # Output: ै
PHP:
$char = "\x{0948}";
echo $char; // Output: ै
Ruby:
char = "\u{0948}"
puts char # Output: ै
Rust:
let c = '\u{948}';
println!("{}", c); // Output: ै
Go:
char := '\u0948'
fmt.Printf("%c\n", char) // Output: ै
CSS:
/* CSS content property */
.element::before {
content: "\000948"; /* 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%88
MD5:
0723008ecb70c2d62a098419e39bcd66
SHA1:
d9db8571daa55e948b8667ffcf6c0ad38b748dc9
Base64:
4KWI