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