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