C:
char c = '\u09BE';
printf("%c\n", c); // Output: া
JavaScript:
const char = '\u09BE';
console.log(char); // Output: া
Java:
char c = '\u09BE';
System.out.println(c); // Output: া
JSON:
{"text": "\u09BE"} // Value: া
Python:
char = '\u09BE'
print(char) # Output: া
Perl:
my $char = "\x{09BE}";
print $char; # Output: া
PHP:
$char = "\x{09BE}";
echo $char; // Output: া
Ruby:
char = "\u{09BE}"
puts char # Output: া
Rust:
let c = '\u{9BE}';
println!("{}", c); // Output: া
Go:
char := '\u09BE'
fmt.Printf("%c\n", char) // Output: া
CSS:
/* CSS content property */
.element::before {
content: "\0009BE"; /* 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%BE
MD5:
0a715143252e12d660b7c3129609c158
SHA1:
66f401c171f313d62456634d2a7fdd70d6192231
Base64:
4Ka+