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