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