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