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