C:
char c = '\u0996';
printf("%c\n", c); // Output: খ
JavaScript:
const char = '\u0996';
console.log(char); // Output: খ
Java:
char c = '\u0996';
System.out.println(c); // Output: খ
JSON:
{"text": "\u0996"} // Value: খ
Python:
char = '\u0996'
print(char) # Output: খ
Perl:
my $char = "\x{0996}";
print $char; # Output: খ
PHP:
$char = "\x{0996}";
echo $char; // Output: খ
Ruby:
char = "\u{0996}"
puts char # Output: খ
Rust:
let c = '\u{996}';
println!("{}", c); // Output: খ
Go:
char := '\u0996'
fmt.Printf("%c\n", char) // Output: খ
CSS:
/* CSS content property */
.element::before {
content: "\000996"; /* 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%96
MD5:
43672de1c63960f90bebf24b47d38f25
SHA1:
e71690533e30d8694f7f468450b165305007d484
Base64:
4KaW