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