C:
char c = '\u0993';
printf("%c\n", c); // Output: ও
JavaScript:
const char = '\u0993';
console.log(char); // Output: ও
Java:
char c = '\u0993';
System.out.println(c); // Output: ও
JSON:
{"text": "\u0993"} // Value: ও
Python:
char = '\u0993'
print(char) # Output: ও
Perl:
my $char = "\x{0993}";
print $char; # Output: ও
PHP:
$char = "\x{0993}";
echo $char; // Output: ও
Ruby:
char = "\u{0993}"
puts char # Output: ও
Rust:
let c = '\u{993}';
println!("{}", c); // Output: ও
Go:
char := '\u0993'
fmt.Printf("%c\n", char) // Output: ও
CSS:
/* CSS content property */
.element::before {
content: "\000993"; /* 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%A6%93
MD5:
bb451af1ed2435dbbfbc6bdb166ef336
SHA1:
63bbc73983a9faedb0e4d37efec71b4743db69d6
Base64:
4KaT