C:
char c = '\u0AB9';
printf("%c\n", c); // Output: હ
JavaScript:
const char = '\u0AB9';
console.log(char); // Output: હ
Java:
char c = '\u0AB9';
System.out.println(c); // Output: હ
JSON:
{"text": "\u0AB9"} // Value: હ
Python:
char = '\u0AB9'
print(char) # Output: હ
Perl:
my $char = "\x{0AB9}";
print $char; # Output: હ
PHP:
$char = "\x{0AB9}";
echo $char; // Output: હ
Ruby:
char = "\u{0AB9}"
puts char # Output: હ
Rust:
let c = '\u{AB9}';
println!("{}", c); // Output: હ
Go:
char := '\u0AB9'
fmt.Printf("%c\n", char) // Output: હ
CSS:
/* CSS content property */
.element::before {
content: "\000AB9"; /* 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%AA%B9
MD5:
8b603e45718c0cc6286af80e13c81634
SHA1:
42aad2706b01ab8888c15c4e9bcb3953b818634f
Base64:
4Kq5