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