C:
char c = '\uA875';
printf("%c\n", c); // Output: ꡵
JavaScript:
const char = '\uA875';
console.log(char); // Output: ꡵
Java:
char c = '\uA875';
System.out.println(c); // Output: ꡵
JSON:
{"text": "\uA875"} // Value: ꡵
Python:
char = '\uA875'
print(char) # Output: ꡵
Perl:
my $char = "\x{A875}";
print $char; # Output: ꡵
PHP:
$char = "\x{A875}";
echo $char; // Output: ꡵
Ruby:
char = "\u{A875}"
puts char # Output: ꡵
Rust:
let c = '\u{A875}';
println!("{}", c); // Output: ꡵
Go:
char := '\uA875'
fmt.Printf("%c\n", char) // Output: ꡵
CSS:
/* CSS content property */
.element::before {
content: "\00A875"; /* 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=%EA%A1%B5
MD5:
441228bbb20354b75023efd085c7c15f
SHA1:
1ab724d45f8e62c574f237c07ab4c8d5a75a33d8
Base64:
6qG1