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