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