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