C:
char c = '\uA876';
printf("%c\n", c); // Output: ꡶
JavaScript:
const char = '\uA876';
console.log(char); // Output: ꡶
Java:
char c = '\uA876';
System.out.println(c); // Output: ꡶
JSON:
{"text": "\uA876"} // Value: ꡶
Python:
char = '\uA876'
print(char) # Output: ꡶
Perl:
my $char = "\x{A876}";
print $char; # Output: ꡶
PHP:
$char = "\x{A876}";
echo $char; // Output: ꡶
Ruby:
char = "\u{A876}"
puts char # Output: ꡶
Rust:
let c = '\u{A876}';
println!("{}", c); // Output: ꡶
Go:
char := '\uA876'
fmt.Printf("%c\n", char) // Output: ꡶
CSS:
/* CSS content property */
.element::before {
content: "\00A876"; /* 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%B6
MD5:
df9104c271d63e70b5fb09189e1d625f
SHA1:
e72eca8f626e4ccf89d3419f72d7f2802608edc0
Base64:
6qG2