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