C:
char c = '\u0D34';
printf("%c\n", c); // Output: ഴ
JavaScript:
const char = '\u0D34';
console.log(char); // Output: ഴ
Java:
char c = '\u0D34';
System.out.println(c); // Output: ഴ
JSON:
{"text": "\u0D34"} // Value: ഴ
Python:
char = '\u0D34'
print(char) # Output: ഴ
Perl:
my $char = "\x{0D34}";
print $char; # Output: ഴ
PHP:
$char = "\x{0D34}";
echo $char; // Output: ഴ
Ruby:
char = "\u{0D34}"
puts char # Output: ഴ
Rust:
let c = '\u{D34}';
println!("{}", c); // Output: ഴ
Go:
char := '\u0D34'
fmt.Printf("%c\n", char) // Output: ഴ
CSS:
/* CSS content property */
.element::before {
content: "\000D34"; /* 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%B4%B4
MD5:
729827c0cd5d19e3f38e87712e7343fb
SHA1:
3f66e414a09c015854be2cd42cb3e070794ac0f7
Base64:
4LS0