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