C:
char c = '\u0BF5';
printf("%c\n", c); // Output: ௵
JavaScript:
const char = '\u0BF5';
console.log(char); // Output: ௵
Java:
char c = '\u0BF5';
System.out.println(c); // Output: ௵
JSON:
{"text": "\u0BF5"} // Value: ௵
Python:
char = '\u0BF5'
print(char) # Output: ௵
Perl:
my $char = "\x{0BF5}";
print $char; # Output: ௵
PHP:
$char = "\x{0BF5}";
echo $char; // Output: ௵
Ruby:
char = "\u{0BF5}"
puts char # Output: ௵
Rust:
let c = '\u{BF5}';
println!("{}", c); // Output: ௵
Go:
char := '\u0BF5'
fmt.Printf("%c\n", char) // Output: ௵
CSS:
/* CSS content property */
.element::before {
content: "\000BF5"; /* 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%AF%B5
MD5:
d9c79a62aecc6ae485d5c877bc0a457b
SHA1:
a477128f05c3d10e71b5ebac00de4e3cc012734c
Base64:
4K+1