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