C:
char c = '\u0FDA';
printf("%c\n", c); // Output: ࿚
JavaScript:
const char = '\u0FDA';
console.log(char); // Output: ࿚
Java:
char c = '\u0FDA';
System.out.println(c); // Output: ࿚
JSON:
{"text": "\u0FDA"} // Value: ࿚
Python:
char = '\u0FDA'
print(char) # Output: ࿚
Perl:
my $char = "\x{0FDA}";
print $char; # Output: ࿚
PHP:
$char = "\x{0FDA}";
echo $char; // Output: ࿚
Ruby:
char = "\u{0FDA}"
puts char # Output: ࿚
Rust:
let c = '\u{FDA}';
println!("{}", c); // Output: ࿚
Go:
char := '\u0FDA'
fmt.Printf("%c\n", char) // Output: ࿚
CSS:
/* CSS content property */
.element::before {
content: "\000FDA"; /* 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%BF%9A
MD5:
aa839676d983fcdf8bd4c16df2c4b6af
SHA1:
f752063324ed4d979eb7645a1540f376581dc12b
Base64:
4L+a