C:
char c = '\u0812';
printf("%c\n", c); // Output: ࠒ
JavaScript:
const char = '\u0812';
console.log(char); // Output: ࠒ
Java:
char c = '\u0812';
System.out.println(c); // Output: ࠒ
JSON:
{"text": "\u0812"} // Value: ࠒ
Python:
char = '\u0812'
print(char) # Output: ࠒ
Perl:
my $char = "\x{0812}";
print $char; # Output: ࠒ
PHP:
$char = "\x{0812}";
echo $char; // Output: ࠒ
Ruby:
char = "\u{0812}"
puts char # Output: ࠒ
Rust:
let c = '\u{812}';
println!("{}", c); // Output: ࠒ
Go:
char := '\u0812'
fmt.Printf("%c\n", char) // Output: ࠒ
CSS:
/* CSS content property */
.element::before {
content: "\000812"; /* 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%A0%92
MD5:
e77a64ef22254a387d6beb6e8be65fbf
SHA1:
32711891d0e9b224190329c7270c367f68c15d1c
Base64:
4KCS