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