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