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