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