C:
char c = '\u08FB';
printf("%c\n", c); // Output: ࣻ
JavaScript:
const char = '\u08FB';
console.log(char); // Output: ࣻ
Java:
char c = '\u08FB';
System.out.println(c); // Output: ࣻ
JSON:
{"text": "\u08FB"} // Value: ࣻ
Python:
char = '\u08FB'
print(char) # Output: ࣻ
Perl:
my $char = "\x{08FB}";
print $char; # Output: ࣻ
PHP:
$char = "\x{08FB}";
echo $char; // Output: ࣻ
Ruby:
char = "\u{08FB}"
puts char # Output: ࣻ
Rust:
let c = '\u{8FB}';
println!("{}", c); // Output: ࣻ
Go:
char := '\u08FB'
fmt.Printf("%c\n", char) // Output: ࣻ
CSS:
/* CSS content property */
.element::before {
content: "\0008FB"; /* 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%A3%BB
MD5:
33b146884e375e7b62d29c3fdd448647
SHA1:
83f8557142715c045a53e4b9a34ce76cfa4c614d
Base64:
4KO7