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